Uses of Package
org.springframework.integration.annotation
Packages that use org.springframework.integration.annotation
Package
Description
Provides annotations for annotation-based configuration.
Base package for configuration.
-
Classes in org.springframework.integration.annotation used by org.springframework.integration.annotationClassDescriptionStereotype annotation indicating that a class is capable of serving as a Message Endpoint.
-
Classes in org.springframework.integration.annotation used by org.springframework.integration.configClassDescriptionIndicates that a method is capable of aggregating messages.Messaging Annotation to mark a
Bean
method for aMessageChannel
to produce aBridgeHandler
and Consumer Endpoint.Messaging Annotation to mark aBean
method for aMessageChannel
to produce aBridgeHandler
and Consumer Endpoint.Indicates that a method is capable of playing the role of a Message Filter.Provides thePollerMetadata
options for the Messaging annotations for polled endpoints.Indicates that a method is capable of resolving to a channel or channel name based on a message, message header(s), or both.Indicates that a method is capable of handling a message or message payload.Indicates that a method is capable of splitting a single message or message payload to produce multiple messages or payloads.Indicates that a method is capable of transforming a message, message header, or message payload.