Package com.devebot.opflow
Class OpflowEngine.ConsumerInfo
java.lang.Object
com.devebot.opflow.OpflowEngine.ConsumerInfo
- Enclosing class:
- OpflowEngine
public class OpflowEngine.ConsumerInfo extends Object
-
Constructor Summary
Constructors Constructor Description ConsumerInfo(com.rabbitmq.nostro.client.Connection connection, boolean sharedConnection, com.rabbitmq.nostro.client.Channel channel, boolean sharedChannel, String queueName, boolean fixedQueue, String consumerId, String consumerTag) -
Method Summary
Modifier and Type Method Description com.rabbitmq.nostro.client.ChannelgetChannel()com.rabbitmq.nostro.client.ConnectiongetConnection()StringgetConsumerId()StringgetConsumerTag()StringgetQueueName()booleanisFixedQueue()booleanisSharedChannel()booleanisSharedConnection()
-
Constructor Details
-
Method Details
-
getConnection
public com.rabbitmq.nostro.client.Connection getConnection() -
isSharedConnection
public boolean isSharedConnection() -
getChannel
public com.rabbitmq.nostro.client.Channel getChannel() -
isSharedChannel
public boolean isSharedChannel() -
getQueueName
-
isFixedQueue
public boolean isFixedQueue() -
getConsumerId
-
getConsumerTag
-