Annotation Interface EnableMicroserviceSubscription
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@Import(EnableMicroserviceSubscriptionConfiguration.class)
public @interface EnableMicroserviceSubscription
Indicates the application can use microservice subscription interface and emits MicroserviceSubscription*Event events.
Additional configuration is provided by ObjectMapper and MicroserviceMetadataRepresentation.