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.MissingFeature(Class<? extends Feature> featureType) |
Copyright © 2016. All rights reserved.