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)
Get a registered feature by its type (class).
|
Modifier and Type | Method and Description |
---|---|
BusConfiguration |
BusConfiguration.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 © 2018. All rights reserved.