Global Context Holder Strategy
Functions
Link copied to clipboard
{@inheritDoc}
Link copied to clipboard
Check if context with given name and permittedKeys exists in this context holder strategy
Link copied to clipboard
Get a context for given name. If not available then create one, set in holder and return back.
Same as getContext but with permittedKeys. If context already exist with different set of keys then this method should throw InvalidKeyException
Link copied to clipboard
Initialize a new CoroutineScope which can hold ApplicationContext for all coroutines that use this scope
Link copied to clipboard
{@inheritDoc}
Link copied to clipboard
Get type of context supported by this holder strategy