@FunctionalInterface public interface PublisherCallbackChannelFactory
PublisherCallbackChannel
s.Modifier and Type | Method and Description |
---|---|
PublisherCallbackChannel |
createChannel(com.rabbitmq.client.Channel delegate,
ExecutorService executor)
Create a
PublisherCallbackChannel instance based on the provided delegate
and executor. |
PublisherCallbackChannel createChannel(com.rabbitmq.client.Channel delegate, ExecutorService executor)
PublisherCallbackChannel
instance based on the provided delegate
and executor.delegate
- the delegate channel.executor
- the executor.