Class EmptyContext
java.lang.Object
org.kie.internal.runtime.manager.context.EmptyContext
- All Implemented Interfaces:
org.kie.api.runtime.manager.Context<String>
Default implementation of
Context interface that does not bring any specifics
to the RuntimeManager and is usually used for instances of manager that does not deal with
contextual information:
- Singleton
- PerRequest
get() method.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CONTEXT_ID
- See Also:
-
INSTANCE
-
-
Constructor Details
-
EmptyContext
protected EmptyContext()
-
-
Method Details
-
getContextId
- Specified by:
getContextIdin interfaceorg.kie.api.runtime.manager.Context<String>
-
get
Returns instances of the empty context.- Returns:
-