Interface AMQPFederationLocalPolicyControl

All Known Implementing Classes:
AMQPFederationLocalPolicyControlType

public interface AMQPFederationLocalPolicyControl
Management service control interface for an AMQPFederation policy manager instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns the number of messages this federation policy has received from the remote.
    Returns the configured name the AMQP federation policy manager being controlled.
    Returns the type of the AMQP federation policy manager being controlled.
  • Method Details

    • getType

      String getType()
      Returns the type of the AMQP federation policy manager being controlled.
      Returns:
      the type of the AMQP federation policy manager being controlled
    • getName

      String getName()
      Returns the configured name the AMQP federation policy manager being controlled.
      Returns:
      the configured name the AMQP federation policy manager being controlled
    • getMessagesReceived

      long getMessagesReceived()
      Returns the number of messages this federation policy has received from the remote.
      Returns:
      the number of messages this federation policy has received from the remote