@FunctionalInterface
public interface MessageQueueReceiverEndpointFactory
| Modifier and Type | Method and Description |
|---|---|
MessageQueueReceiverEndpoint |
create(java.lang.String channelName)
Creates and returns a
MessageQueueReceiverEndpoint for a messaging channel. |
MessageQueueReceiverEndpoint create(@Nonnull java.lang.String channelName)
MessageQueueReceiverEndpoint for a messaging channel.channelName - the name of the channel of the created MessageQueueReceiverEndpoint