Uses of Interface
org.swisspush.gateleen.core.configuration.ConfigurationResourceObserver
-
Packages that use ConfigurationResourceObserver Package Description org.swisspush.gateleen.core.configuration org.swisspush.gateleen.core.event -
-
Uses of ConfigurationResourceObserver in org.swisspush.gateleen.core.configuration
Classes in org.swisspush.gateleen.core.configuration that implement ConfigurationResourceObserver Modifier and Type Class Description classConfigurationResourceConsumerAbstract base class for configuration resource consumers which handles initialization and registration.Methods in org.swisspush.gateleen.core.configuration that return types with arguments of type ConfigurationResourceObserver Modifier and Type Method Description Map<String,List<ConfigurationResourceObserver>>ConfigurationResourceManager. getObservers()Methods in org.swisspush.gateleen.core.configuration with parameters of type ConfigurationResourceObserver Modifier and Type Method Description voidConfigurationResourceManager. registerObserver(ConfigurationResourceObserver observer, String resourceUri) -
Uses of ConfigurationResourceObserver in org.swisspush.gateleen.core.event
Classes in org.swisspush.gateleen.core.event that implement ConfigurationResourceObserver Modifier and Type Class Description classEventBusHandlerDelivers a request on the event bus.
-