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