| 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.
|
| Class | Description |
|---|---|
| BusConfiguration |
The configuration of message bus instances is feature driven, e.g.
|
| Feature.AsynchronousHandlerInvocation | |
| Feature.AsynchronousMessageDispatch | |
| Feature.SyncPubSub |
| Exception | Description |
|---|---|
| ConfigurationError |
Configuration errors represent specific invalid configurations of a feature in a
BusConfiguration
An invalid feature configuration is assumed to render the bus dysfunctional and as such is thrown as an unchecked exception. |
Copyright © 2018. All rights reserved.