public interface ConsumerInfo
Modifier and Type | Method and Description |
---|---|
String |
getConnectionClientID() |
String |
getConnectionLocalAddress()
Returns a string representation of the local address this connection is
connected to.
|
String |
getConnectionProtocolName()
Returns the name of the protocol for this Remoting Connection
|
String |
getConnectionRemoteAddress()
Returns a string representation of the remote address this connection is
connected to.
|
SimpleString |
getFilterString() |
SimpleString |
getQueueAddress() |
SimpleString |
getQueueName() |
RoutingType |
getQueueType() |
long |
getSequentialID()
an unique sequential ID for this consumer
|
String |
getSessionName() |
long getSequentialID()
SimpleString getQueueName()
RoutingType getQueueType()
SimpleString getQueueAddress()
SimpleString getFilterString()
String getSessionName()
String getConnectionClientID()
String getConnectionProtocolName()
String getConnectionLocalAddress()
String getConnectionRemoteAddress()
Copyright © 2021 JBoss by Red Hat. All rights reserved.