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 with
RuntimeManager that is then relying on the context to look up correct
instances of RuntimeEngine.-
Method Summary
Modifier and TypeMethodDescriptionSee concrete implementation for available types
-
Method Details
-
getContextId
T getContextId()See concrete implementation for available types- Returns:
- the id of context which is specific to the type of context.
-