public class OpflowEngine.ConsumerInfo extends Object
| Constructor and Description |
|---|
ConsumerInfo(com.rabbitmq.client.Channel channel,
String queueName,
boolean fixedQueue,
com.rabbitmq.client.Consumer consumer,
String consumerTag) |
| Modifier and Type | Method and Description |
|---|---|
com.rabbitmq.client.Channel |
getChannel() |
com.rabbitmq.client.Consumer |
getConsumer() |
String |
getConsumerTag() |
String |
getQueueName() |
boolean |
isFixedQueue() |
Copyright © 2017. All rights reserved.