Package io.gridgo.connector.rabbitmq
Interface RabbitMQConsumer
-
- All Superinterfaces:
io.gridgo.framework.ComponentLifecycle,io.gridgo.connector.Consumer,io.gridgo.utils.helper.Loggable,RabbitMQChannelLifeCycle
- All Known Implementing Classes:
AbstractRabbitMQConsumer,DefaultRabbitMQConsumer
public interface RabbitMQConsumer extends io.gridgo.connector.Consumer, RabbitMQChannelLifeCycle
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidsubscibe(com.rabbitmq.client.DeliverCallback onMessageCallback, com.rabbitmq.client.CancelCallback onCancelCallback)-
Methods inherited from interface io.gridgo.connector.Consumer
clearSubscribers, subscribe, subscribe
-
Methods inherited from interface io.gridgo.connector.rabbitmq.RabbitMQChannelLifeCycle
closeChannel, getChannel, getQueueConfig, initChannel
-
-