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