Uses of Class
org.kie.api.runtime.conf.PersistedSessionOption.SafepointStrategy
-
Packages that use PersistedSessionOption.SafepointStrategy Package Description org.kie.api.runtime.conf -
-
Uses of PersistedSessionOption.SafepointStrategy in org.kie.api.runtime.conf
Methods in org.kie.api.runtime.conf that return PersistedSessionOption.SafepointStrategy Modifier and Type Method Description PersistedSessionOption.SafepointStrategy
PersistedSessionOption. getSafepointStrategy()
static PersistedSessionOption.SafepointStrategy
PersistedSessionOption.SafepointStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PersistedSessionOption.SafepointStrategy[]
PersistedSessionOption.SafepointStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.api.runtime.conf with parameters of type PersistedSessionOption.SafepointStrategy Modifier and Type Method Description PersistedSessionOption
PersistedSessionOption. withSafepointStrategy(PersistedSessionOption.SafepointStrategy safepointStrategy)
-