Package net.engio.mbassy.bus.config
-
Interface Summary Interface Description ConfigurationErrorHandler Respond to aConfigurationError
with any kind of action.Feature A feature defines the configuration of a specific functionality of a message bus.IBusConfiguration The configuration of message bus instances is feature driven, e.g. -
Class Summary Class Description BusConfiguration Feature.AsynchronousHandlerInvocation Feature.AsynchronousMessageDispatch Feature.SyncPubSub IBusConfiguration.Properties A collection of properties commonly used by different parts of the library. -
Exception Summary Exception Description ConfigurationError Configuration errors represent specific invalid configurations of a feature in aIBusConfiguration
An invalid feature configuration is assumed to render the bus dysfunctional and as such is thrown as an unchecked exception.