Interface ActiveMQServerCriticalPlugin

All Superinterfaces:
ActiveMQServerBasePlugin
All Known Subinterfaces:
ActiveMQServerPlugin

public interface ActiveMQServerCriticalPlugin extends ActiveMQServerBasePlugin
  • Method Summary

    Modifier and Type
    Method
    Description
    default 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