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 classFeature.AsynchronousHandlerInvocationstatic classFeature.AsynchronousMessageDispatchstatic classFeature.SyncPubSubMethods 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 IBusConfigurationBusConfiguration. addFeature(Feature feature)IBusConfigurationIBusConfiguration. 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 ConfigurationErrorConfigurationError. MissingFeature(java.lang.Class<? extends Feature> featureType)
-