Uses of Class
org.kie.api.runtime.conf.PersistedSessionOption
-
Packages that use PersistedSessionOption Package Description org.kie.api.runtime.conf -
-
Uses of PersistedSessionOption in org.kie.api.runtime.conf
Methods in org.kie.api.runtime.conf that return PersistedSessionOption Modifier and Type Method Description static PersistedSessionOption
PersistedSessionOption. fromSession(long sessionId)
static PersistedSessionOption
PersistedSessionOption. fromSession(long sessionId, PersistedSessionOption.Strategy strategy)
static PersistedSessionOption
PersistedSessionOption. newSession()
static PersistedSessionOption
PersistedSessionOption. newSession(PersistedSessionOption.Strategy strategy)
-