Interface AMQPFederationRemotePolicyControl

All Known Implementing Classes:
AMQPFederationRemotePolicyControlType

public interface AMQPFederationRemotePolicyControl
Management service control interface for an AMQPFederation policy manager instance that originates from the remote broker. This control type appears to track the sending side of a federation policy and its producer instances.
  • 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
    • getMessagesSent

      long getMessagesSent()
      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.