public class OpflowEngine.ConsumerInfo extends Object
| Constructor and Description |
|---|
ConsumerInfo(com.rabbitmq.client.Connection connection,
boolean sharedConnection,
com.rabbitmq.client.Channel channel,
boolean sharedChannel,
String queueName,
boolean fixedQueue,
String consumerId,
String consumerTag) |
| Modifier and Type | Method and Description |
|---|---|
com.rabbitmq.client.Channel |
getChannel() |
com.rabbitmq.client.Connection |
getConnection() |
String |
getConsumerId() |
String |
getConsumerTag() |
String |
getQueueName() |
boolean |
isFixedQueue() |
boolean |
isSharedChannel() |
boolean |
isSharedConnection() |
public com.rabbitmq.client.Connection getConnection()
public boolean isSharedConnection()
public com.rabbitmq.client.Channel getChannel()
public boolean isSharedChannel()
public String getQueueName()
public boolean isFixedQueue()
public String getConsumerId()
public String getConsumerTag()
Copyright © 2017. All rights reserved.