Interface | Description |
---|---|
ConfigurationErrorHandler |
Respond to a
ConfigurationError 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 | Description |
---|---|
BusConfiguration | |
Feature.AsynchronousHandlerInvocation | |
Feature.AsynchronousMessageDispatch | |
Feature.SyncPubSub | |
IBusConfiguration.Properties |
A collection of properties commonly used by different parts of the library.
|
Exception | Description |
---|---|
ConfigurationError |
Configuration errors represent specific invalid configurations of a feature in a
IBusConfiguration
An invalid feature configuration is assumed to render the bus dysfunctional and as such is thrown as an unchecked exception. |
Copyright © 2016. All rights reserved.