Interface ConfigurationErrorHandler


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

    • handle

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