public class SBSubscription extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.rabbitmq.client.Channel |
channel |
private String |
consumerTag |
| Constructor and Description |
|---|
SBSubscription(com.rabbitmq.client.Channel channel,
String consumerTag) |
| Modifier and Type | Method and Description |
|---|---|
com.rabbitmq.client.Channel |
getChannel() |
String |
getConsumerTag() |
private com.rabbitmq.client.Channel channel
private String consumerTag
public SBSubscription(com.rabbitmq.client.Channel channel,
String consumerTag)
channel - to subscribeconsumerTag - that identify channel conncetionpublic com.rabbitmq.client.Channel getChannel()
public String getConsumerTag()
Copyright © 2016. All rights reserved.