Annotation Interface OutboundConnectorExtension


@Retention(RUNTIME) @Target(TYPE) public @interface OutboundConnectorExtension
Annotation that indicates that the annotated class should be included in each context of a region connector. It can be used to extend the capabilities of each region connector. An example would be the RegionConnectorNameExtension in the core module, which makes the name of a region connector available as a Bean in the region connector's context.