Package net.engio.mbassy.bus.config
Interface ConfigurationErrorHandler
-
public interface ConfigurationErrorHandlerRespond to aConfigurationErrorwith any kind of action.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(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.
-
-