Annotation Interface OutboundConnector


@Retention(RUNTIME) @Target(TYPE) public @interface OutboundConnector
Denotes a class as an outbound-connector. An outbound-connector defines interfaces that send and receive messages from the eligible party. Outbound-connectors are defined in their own module and started in their own Spring context. Must be used in combination with SpringBootApplication.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details