Interface FederationInternal
-
- All Superinterfaces:
Federation
- All Known Implementing Classes:
AMQPFederation,AMQPFederationSource,AMQPFederationTarget
public interface FederationInternal extends Federation
Internal federated server API that is subject to change without notice.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Start the federation instance if not already started.voidstop()Stop the federation instance if not already stopped.-
Methods inherited from interface org.apache.activemq.artemis.protocol.amqp.federation.Federation
getName, getServer, isStarted
-
-
-
-
Method Detail
-
start
void start() throws ActiveMQExceptionStart the federation instance if not already started.- Throws:
ActiveMQException- if an error occurs during the start.
-
stop
void stop() throws ActiveMQException
Stop the federation instance if not already stopped.- Throws:
ActiveMQException- if an error occurs during the stop.
-
-