Package org.kie.api.runtime.manager
Interface Context<T>
-
- Type Parameters:
T
- - represents the actual type of data context implements as an identifier
public interface Context<T>
Context represents to highest level hierarchy of contextual data that might be used when working withRuntimeManager
that is then relying on the context to look up correct instances ofRuntimeEngine
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getContextId()
See concrete implementation for available types
-
-
-
Method Detail
-
getContextId
T getContextId()
See concrete implementation for available types- Returns:
- the id of context which is specific to the type of context.
-
-