Annotation Type BridgeFrom


@Target({METHOD,ANNOTATION_TYPE})
@Retention(RUNTIME)
@Documented
public @interface BridgeFrom
Messaging Annotation to mark a Bean method for a MessageChannel to produce a BridgeHandler and Consumer Endpoint.

The inputChannel for the AbstractEndpoint is the value() of this annotation and determines the type of endpoint - EventDrivenConsumer or PollingConsumer.

The MessageChannel Bean is used as the outputChannel of the BridgeHandler.

Since:
4.0
Author:
Artem Bilan