Uses of Interface
net.engio.mbassy.bus.config.Feature
-
Packages that use Feature Package Description net.engio.mbassy.bus.config -
-
Uses of Feature in net.engio.mbassy.bus.config
Classes in net.engio.mbassy.bus.config that implement Feature Modifier and Type Class Description static class
Feature.AsynchronousHandlerInvocation
static class
Feature.AsynchronousMessageDispatch
static class
Feature.SyncPubSub
Methods in net.engio.mbassy.bus.config with type parameters of type Feature Modifier and Type Method Description <T extends Feature>
TBusConfiguration. getFeature(java.lang.Class<T> feature)
<T extends Feature>
TIBusConfiguration. getFeature(java.lang.Class<T> feature)
Get a registered feature by its type (class).Methods in net.engio.mbassy.bus.config with parameters of type Feature Modifier and Type Method 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.Method parameters in net.engio.mbassy.bus.config with type arguments of type Feature Modifier and Type Method Description static ConfigurationError
ConfigurationError. MissingFeature(java.lang.Class<? extends Feature> featureType)
-