Interface ActiveMQServerCriticalPlugin

All Superinterfaces:
ActiveMQServerBasePlugin
All Known Subinterfaces:
ActiveMQServerPlugin

public interface ActiveMQServerCriticalPlugin extends ActiveMQServerBasePlugin
  • 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