Uses of Interface
net.engio.mbassy.bus.config.Feature
Packages that use Feature
-
Uses of Feature in net.engio.mbassy.bus.config
Classes in net.engio.mbassy.bus.config that implement FeatureModifier and TypeClassDescriptionstatic class
static class
static class
Methods in net.engio.mbassy.bus.config with type parameters of type FeatureModifier and TypeMethodDescription<T extends Feature>
TBusConfiguration.getFeature
(Class<T> feature) <T extends Feature>
TIBusConfiguration.getFeature
(Class<T> feature) Get a registered feature by its type (class).Methods in net.engio.mbassy.bus.config with parameters of type FeatureModifier and TypeMethodDescriptionBusConfiguration.addFeature
(Feature feature) 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 FeatureModifier and TypeMethodDescriptionstatic ConfigurationError
ConfigurationError.MissingFeature
(Class<? extends Feature> featureType)