Interface Federation

All Known Implementing Classes:
AMQPFederation, AMQPFederationSource, AMQPFederationTarget

public interface Federation
Base Federated server connection interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique name that was assigned to this server federation connector.
    org.apache.activemq.artemis.core.server.ActiveMQServer
    Returns the ActiveMQServer instance assigned to this Federation.
    boolean
    Returns is this federation instance started (may not be connected yet).
  • Method Details

    • getName

      String getName()
      Returns the unique name that was assigned to this server federation connector.
      Returns:
      the unique name that was assigned to this server federation connector
    • getServer

      org.apache.activemq.artemis.core.server.ActiveMQServer getServer()
      Returns the ActiveMQServer instance assigned to this Federation.
      Returns:
      the ActiveMQServer instance assigned to this Federation
    • isStarted

      boolean isStarted()
      Returns is this federation instance started (may not be connected yet).
      Returns:
      is this federation instance started (may not be connected yet)