| Package | Description |
|---|---|
| org.kie.server.services.impl | |
| org.kie.server.services.impl.controller |
| Modifier and Type | Class and Description |
|---|---|
class |
ControllerBasedStartupStrategy
Default startup strategy that will favor controller configuration whenever is given and thus override any local configuration.
|
class |
LocalContainersStartupStrategy
Startup strategy that will always deploy containers configured in the server state file regardless of
the controller configuration although when controller endpoint is given it will connect to it.
|
| Modifier and Type | Method and Description |
|---|---|
StartupStrategy |
StartupStrategyProvider.getStrategy() |
| Constructor and Description |
|---|
ControllerConnectRunnable(AtomicBoolean kieServerActive,
KieServerController kieController,
org.kie.server.api.model.KieServerInfo kieServerInfo,
KieServerState currentState,
ContainerManager containerManager,
KieServerImpl kieServer,
StartupStrategy startupStrategy) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.