| Package | Description |
|---|---|
| net.engio.mbassy.bus.config |
| Modifier and Type | Class and Description |
|---|---|
static class |
Feature.AsynchronousHandlerInvocation |
static class |
Feature.AsynchronousMessageDispatch |
static class |
Feature.SyncPubSub |
| Modifier and Type | Method and Description |
|---|---|
<T extends Feature> |
BusConfiguration.getFeature(Class<T> feature) |
<T extends Feature> |
IBusConfiguration.getFeature(Class<T> feature)
Get a registered feature by its type (class).
|
| Modifier and Type | Method and Description |
|---|---|
IBusConfiguration |
BusConfiguration.addFeature(Feature feature) |
IBusConfiguration |
IBusConfiguration.addFeature(Feature feature)
Add a feature to the given configuration, replacing any existing feature of the same type.
|
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationError |
ConfigurationError.Missing(Class<? extends Feature> featureType) |
| Constructor and Description |
|---|
ConfigurationError(Class<? extends Feature> featureType,
Feature feature,
String message) |
| Constructor and Description |
|---|
ConfigurationError(Class<? extends Feature> featureType,
Feature feature,
String message) |
Copyright © 2015. All rights reserved.