Package de.otto.synapse.channel.selector
Interface Selector
-
- All Known Subinterfaces:
MessageLog,MessageQueue
public interface SelectorSelector used to select one of possibly multiple availablemessage endpointsin case of annotation-driven configuration ofmessage senders, ormessage-log receivers. Selectors are supported by several Synapse annotations:Example:
@Configuration @EnableMessageSenderEndpoint channelName="my-channel", selector=MessageQueue.class