ContextManagerInterface

Functions

Link copied to clipboard
abstract fun getContext(    contextRequester: ContextRequester,     target: NamespaceAndName? = null,     given: HashMap<NamespaceAndName, BaseContextState>? = null,     timeoutInMillis: Long = 10000)
Link copied to clipboard
abstract fun setState(    namespaceAndName: NamespaceAndName,     state: BaseContextState,     refreshPolicy: StateRefreshPolicy,     type: ContextType,     stateRequestToken: Int = FORCE_SET_TOKEN): ContextSetterInterface.SetStateResult

Set a state

Link copied to clipboard
abstract fun setStateProvider(namespaceAndName: NamespaceAndName, stateProvider: ContextStateProvider?)