Interface ActivationFailureListener


  • public interface ActivationFailureListener
    This interface represents a way users can be alerted to activation failures that don't necessarily constitute a fatal problem for the broker (e.g. the failure to start an acceptor)
    • Method Detail

      • activationFailed

        void activationFailed​(Exception exception)
        This will be invoked by the broker in case of an exception during the activation process
        Parameters:
        exception - the exception which caused the activation failure