Interface ActiveMQServerCriticalPlugin
-
- All Superinterfaces:
ActiveMQServerBasePlugin
- All Known Subinterfaces:
ActiveMQServerPlugin
- All Known Implementing Classes:
BrokerMessageAuthorizationPlugin,LoggingActiveMQServerPlugin,NotificationActiveMQServerPlugin
public interface ActiveMQServerCriticalPlugin extends ActiveMQServerBasePlugin
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcriticalFailure(CriticalComponent components)A Critical failure has been detected.-
Methods inherited from interface org.apache.activemq.artemis.core.server.plugin.ActiveMQServerBasePlugin
init, registered, unregistered
-
-
-
-
Method Detail
-
criticalFailure
default void criticalFailure(CriticalComponent components) throws ActiveMQException
A Critical failure has been detected. This will be called before the broker is stopped- Parameters:
components-- Throws:
ActiveMQException
-
-