Uses of Class
org.swisspush.gateleen.core.configuration.ConfigurationResourceManager
-
Packages that use ConfigurationResourceManager Package Description org.swisspush.gateleen.core.configuration org.swisspush.gateleen.core.event -
-
Uses of ConfigurationResourceManager in org.swisspush.gateleen.core.configuration
Methods in org.swisspush.gateleen.core.configuration that return ConfigurationResourceManager Modifier and Type Method Description ConfigurationResourceManagerConfigurationResourceConsumer. configurationResourceManager()Constructors in org.swisspush.gateleen.core.configuration with parameters of type ConfigurationResourceManager Constructor Description ConfigurationResourceConsumer(ConfigurationResourceManager configurationResourceManager, String configResourceUri, String schemaResourceName) -
Uses of ConfigurationResourceManager in org.swisspush.gateleen.core.event
Constructors in org.swisspush.gateleen.core.event with parameters of type ConfigurationResourceManager Constructor Description EventBusHandler(io.vertx.core.Vertx vertx, String apiPath, String sockPath, String addressPrefix, String addressPathPattern, ConfigurationResourceManager configurationResourceManager, String configResourceUri)Constructs and configures the handler.
-