Interface AMQPBridgeManagerControl
- All Known Implementing Classes:
AMQPBridgeManagerControlType
public interface AMQPBridgeManagerControl
Management service control interface for an AMQP bridgeManager instance.
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the number of messages this bridge has received from the remote.longReturns the number of messages this bridge has sent to the remote.getName()Returns the configured name the AMQP bridge being controlled.
-
Method Details
-
getName
String getName()Returns the configured name the AMQP bridge being controlled.- Returns:
- the configured name the AMQP bridge being controlled
-
getMessagesReceived
long getMessagesReceived()Returns the number of messages this bridge has received from the remote.- Returns:
- the number of messages this bridge has received from the remote
-
getMessagesSent
long getMessagesSent()Returns the number of messages this bridge has sent to the remote.- Returns:
- the number of messages this bridge has sent to the remote
-