Package net.engio.mbassy.bus.config
Interface ConfigurationErrorHandler
-
public interface ConfigurationErrorHandler
Respond to aConfigurationError
with any kind of action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handle(ConfigurationError error)
Called when a misconfiguration is detected on aIBusConfiguration
-
-
-
Method Detail
-
handle
void handle(ConfigurationError error)
Called when a misconfiguration is detected on aIBusConfiguration
- Parameters:
error
- The error that represents the detected misconfiguration.
-
-