Interface ConfigurationErrorHandler


  • public interface ConfigurationErrorHandler
    Respond to a ConfigurationError with any kind of action.
    • Method Detail

      • handle

        void handle​(ConfigurationError error)
        Called when a misconfiguration is detected on a IBusConfiguration
        Parameters:
        error - The error that represents the detected misconfiguration.