Package org.springframework.integration.annotation


package org.springframework.integration.annotation
Provides annotations for annotation-based configuration.
  • Class
    Description
    Indicates that a method is capable of aggregating messages.
    The repeatable container for Aggregator annotations.
    Common value constants for annotation attributes.
    Messaging Annotation to mark a Bean method for a MessageChannel to produce a BridgeHandler and Consumer Endpoint.
    The repeatable container for BridgeFrom annotations.
    Messaging Annotation to mark a Bean method for a MessageChannel to produce a BridgeHandler and Consumer Endpoint.
    The repeatable container for BridgeTo annotations.
    Indicates that a given method is capable of determining the correlation key of a message sent as parameter.
    Indicates that the class member has some default meaning.
    When used alongside an EIP annotation (and no @Bean), specifies the bean name of the consumer bean with the handler bean being id.handler (for a consuming endpoint) or id.source for a message source (e.g.
    Indicates that a method is capable of playing the role of a Message Filter.
    The repeatable container for Filter annotations.
    Indicates that an interface method is capable of mapping its parameters to a message or message payload.
    Provides the message header value or expression.
    A method that has a MessagingAnnotation (@code @ServiceActivator, @Router etc.) that also has this annotation, has an IdempotentReceiverInterceptor applied to the associated MessageHandler.handleMessage(org.springframework.messaging.Message<?>) method.
    Indicates that a method is capable of producing a Message or Message payload.
    The repeatable container for InboundChannelAdapter annotations.
    Configures component scanning directives for use with Configuration classes.
    Stereotype annotation indicating that a class is capable of serving as a Message Endpoint.
    A stereotype annotation to provide an Integration Messaging Gateway Proxy as an abstraction over the messaging API.
    This annotation marks a method parameter as being a list of message payloads, for POJO handlers that deal with lists of messages (e.g.
    Provides the PollerMetadata options for the Messaging annotations for polled endpoints.
    Annotation to indicate that a method, or all public methods if applied at class-level, should publish Messages.
    Provides reactive configuration options for the consumer endpoint making any input channel as a reactive stream source of data.
    Indicates that a method is capable of asserting if a list of messages or payload objects is complete.
    Annotate endpoints to assign them to a role.
    Indicates that a method is capable of resolving to a channel or channel name based on a message, message header(s), or both.
    The repeatable container for Router annotations.
    Indicates that a method is capable of handling a message or message payload.
    The repeatable container for ServiceActivator annotations.
    Indicates that a method is capable of splitting a single message or message payload to produce multiple messages or payloads.
    The repeatable container for Splitter annotations.
    Indicates that a method is capable of transforming a message, message header, or message payload.
    The repeatable container for Transformer annotations.
    Indicates that a POJO handler method (@ServiceActivator, @Transformer, etc., or such methods invoked from XML definitions) should be invoked using SpEL.