Uses of Class
org.kie.server.router.ConfigurationManager
-
Packages that use ConfigurationManager Package Description org.kie.server.router org.kie.server.router.handlers org.kie.server.router.proxy org.kie.server.router.repository -
-
Uses of ConfigurationManager in org.kie.server.router
Methods in org.kie.server.router with parameters of type ConfigurationManager Modifier and Type Method Description protected voidKieServerRouter. boostrapFromControllerResponse(ConfigurationManager configurationManager, String jsonResponse)protected voidKieServerRouter. connectToController(ConfigurationManager configurationManager) -
Uses of ConfigurationManager in org.kie.server.router.handlers
Fields in org.kie.server.router.handlers declared as ConfigurationManager Modifier and Type Field Description protected ConfigurationManagerAbstractAggregateHttpHandler. configurationManagerConstructors in org.kie.server.router.handlers with parameters of type ConfigurationManager Constructor Description AbstractAggregateHttpHandler(io.undertow.server.HttpHandler httpHandler, ConfigurationManager configurationManager)AdminHttpHandler(ConfigurationManager configurationManager)ContainersHttpHandler(io.undertow.server.HttpHandler httpHandler, ConfigurationManager configurationManager)DocumentsHttpHandler(io.undertow.server.HttpHandler httpHandler, ConfigurationManager configurationManager)JobsHttpHandler(io.undertow.server.HttpHandler httpHandler, ConfigurationManager configurationManager)OptionsHttpHandler(io.undertow.server.HttpHandler httpHandler, ConfigurationManager configurationManager)QueriesDataHttpHandler(io.undertow.server.HttpHandler httpHandler, ConfigurationManager configurationManager)QueriesHttpHandler(io.undertow.server.HttpHandler httpHandler, ConfigurationManager configurationManager) -
Uses of ConfigurationManager in org.kie.server.router.proxy
Constructors in org.kie.server.router.proxy with parameters of type ConfigurationManager Constructor Description KieServerProxyClient(ConfigurationManager configurationManager) -
Uses of ConfigurationManager in org.kie.server.router.repository
Constructors in org.kie.server.router.repository with parameters of type ConfigurationManager Constructor Description ConfigFileWatcher(KieServerRouterEnvironment env, ConfigurationManager configuration)
-