Interface PublisherCallbackChannelFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A factory for
PublisherCallbackChannel
s.- Since:
- 2.1.6
- Author:
- Gary Russell
-
Method Summary
Modifier and TypeMethodDescriptioncreateChannel
(com.rabbitmq.client.Channel delegate, ExecutorService executor) Create aPublisherCallbackChannel
instance based on the provided delegate and executor.
-
Method Details
-
createChannel
PublisherCallbackChannel createChannel(com.rabbitmq.client.Channel delegate, ExecutorService executor) Create aPublisherCallbackChannel
instance based on the provided delegate and executor.- Parameters:
delegate
- the delegate channel.executor
- the executor.- Returns:
- the channel.
-