Interface Selector

All Known Subinterfaces:
MessageLog, MessageQueue

public interface Selector
Selector used to select one of possibly multiple available message endpoints in case of annotation-driven configuration of message senders, or message-log receivers. Selectors are supported by several Synapse annotations:

Example:


 @Configuration
 @EnableMessageSenderEndpoint channelName="my-channel", selector=MessageQueue.class