Uses of Interface
org.kie.server.services.api.StartupStrategy
-
Packages that use StartupStrategy Package Description org.kie.server.services.impl org.kie.server.services.impl.controller -
-
Uses of StartupStrategy in org.kie.server.services.impl
Classes in org.kie.server.services.impl that implement StartupStrategy Modifier and Type Class Description classControllerBasedStartupStrategyDefault startup strategy that will favor controller configuration whenever is given and thus override any local configuration.classImmutableContainerStartupStrategyclassLocalContainersStartupStrategyStartup 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.Methods in org.kie.server.services.impl that return StartupStrategy Modifier and Type Method Description StartupStrategyStartupStrategyProvider. getStrategy()Methods in org.kie.server.services.impl with parameters of type StartupStrategy Modifier and Type Method Description protected voidKieServerImpl. init(StartupStrategy startupStrategy) -
Uses of StartupStrategy in org.kie.server.services.impl.controller
Constructors in org.kie.server.services.impl.controller with parameters of type StartupStrategy Constructor Description ControllerConnectRunnable(AtomicBoolean kieServerActive, org.kie.server.controller.api.KieServerController kieController, org.kie.server.api.model.KieServerInfo kieServerInfo, KieServerState currentState, ContainerManager containerManager, KieServerImpl kieServer, StartupStrategy startupStrategy)
-