See: Description
| Class | Description |
|---|---|
| MessagePublishingInterceptor |
A
MethodInterceptor that publishes Messages to a channel. |
| MethodAnnotationPublisherMetadataSource |
An
PublisherMetadataSource implementation that retrieves the channel
name and expression strings from an annotation. |
| MethodNameMappingPublisherMetadataSource | |
| PublisherAnnotationAdvisor |
An advisor that will apply the
MessagePublishingInterceptor to any
methods containing the provided annotations. |
| PublisherAnnotationBeanPostProcessor |
Post-processes beans that contain the method-level @
Publisher annotation. |
| SimplePublisherMetadataSource |
Simple implementation of
PublisherMetadataSource that allows for
configuration of a single channel name, payload expression, and
array of header key=value expressions. |