ContextManagerInterface
interface ContextManagerInterface : ContextSetterInterface, ContextGetterInterface, ContextStateProviderRegistry
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun getContext( contextRequester: ContextRequester, target: NamespaceAndName? = null, given: HashMap<NamespaceAndName, BaseContextState>? = null, timeoutInMillis: Long = 10000)
Content copied to clipboard
Link copied to clipboard
abstract fun setState( namespaceAndName: NamespaceAndName, state: BaseContextState, refreshPolicy: StateRefreshPolicy, type: ContextType, stateRequestToken: Int = FORCE_SET_TOKEN): ContextSetterInterface.SetStateResult
Content copied to clipboard
Set a state
Link copied to clipboard
abstract fun setStateProvider(namespaceAndName: NamespaceAndName, stateProvider: ContextStateProvider?)
Content copied to clipboard