| Package | Description |
|---|---|
| net.leanix.dropkit.amqp |
| Modifier and Type | Method and Description |
|---|---|
QueueConsumer |
ConsumerRegistry.consumerPresto(String queueName)
Gets the registered consumer with the given queue name; creates a new one if none is registered so far, together with a new channel,
starts consuming from the queue name, and puts it into this registry.
|
QueueConsumer |
QueueConsumerFactory.createConsumer(String queueName,
com.rabbitmq.client.Channel channel,
ConsumerRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumerRegistry.unregister(QueueConsumer consumer)
Unregisters the consumer and close its channel.
|
Copyright © 2016 LeanIX GmbH. All rights reserved.