Package net.engio.mbassy.bus.config
Interface ConfigurationErrorHandler
public interface ConfigurationErrorHandler
Respond to a
ConfigurationError
with any kind of action.-
Method Summary
Modifier and TypeMethodDescriptionvoid
handle
(ConfigurationError error) Called when a misconfiguration is detected on aIBusConfiguration
-
Method Details
-
handle
Called when a misconfiguration is detected on aIBusConfiguration
- Parameters:
error
- The error that represents the detected misconfiguration.
-