@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Import(value=PublisherRegistrar.class) public @interface EnablePublisher
PublisherAnnotationBeanPostProcessor
to allow the use of the Publisher
annotation.
In addition the default-publisher-channel
name has to be configured as the value
of this annotation.
Note: the Publisher
annotation is enabled by default via
EnableIntegration
processing, but there is no hook to configure the default-publisher-channel
.
public abstract String value
default-publisher-channel
name.