Interface ActiveMQServerCriticalPlugin
- All Superinterfaces:
ActiveMQServerBasePlugin
- All Known Subinterfaces:
ActiveMQServerPlugin
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
criticalFailure
(org.apache.activemq.artemis.utils.critical.CriticalComponent components) A Critical failure has been detected.Methods inherited from interface org.apache.activemq.artemis.core.server.plugin.ActiveMQServerBasePlugin
init, registered, setInit, unregistered
-
Method Details
-
criticalFailure
default void criticalFailure(org.apache.activemq.artemis.utils.critical.CriticalComponent components) throws ActiveMQException A Critical failure has been detected. This will be called before the broker is stopped- Throws:
ActiveMQException
-