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 Detail

      • getContextId

        T getContextId()
        See concrete implementation for available types
        Returns:
        the id of context which is specific to the type of context.