public class ConnectionInf
extends java.lang.Object
| Constructor and Description |
|---|
ConnectionInf(com.rabbitmq.client.Connection con,
com.rabbitmq.client.Channel channel)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
com.rabbitmq.client.Channel |
getchannel()
Obtain the channel
|
com.rabbitmq.client.Connection |
getConnection()
Return the connection
|