Uses of Class
org.kie.internal.runtime.conf.RuntimeStrategy
-
Packages that use RuntimeStrategy Package Description org.kie.internal.runtime.conf org.kie.internal.runtime.manager.deploy -
-
Uses of RuntimeStrategy in org.kie.internal.runtime.conf
Methods in org.kie.internal.runtime.conf that return RuntimeStrategy Modifier and Type Method Description RuntimeStrategyDeploymentDescriptor. getRuntimeStrategy()Returns runtime strategy to be used, default Singleton.static RuntimeStrategyRuntimeStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeStrategy[]RuntimeStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.runtime.conf with parameters of type RuntimeStrategy Modifier and Type Method Description DeploymentDescriptorBuilderDeploymentDescriptorBuilder. runtimeStrategy(RuntimeStrategy strategy) -
Uses of RuntimeStrategy in org.kie.internal.runtime.manager.deploy
Methods in org.kie.internal.runtime.manager.deploy that return RuntimeStrategy Modifier and Type Method Description RuntimeStrategyDeploymentDescriptorImpl. getRuntimeStrategy()Methods in org.kie.internal.runtime.manager.deploy with parameters of type RuntimeStrategy Modifier and Type Method Description voidDeploymentDescriptorImpl. setRuntimeStrategy(RuntimeStrategy runtimeStrategy)
-