Uses of Package
nl.talsmasoftware.context
-
Packages that use nl.talsmasoftware.context Package Description nl.talsmasoftware.context Main package defining the corecontext-propagationconcepts in this librarynl.talsmasoftware.context.clearable TheClearableinterface and aClearableContextManagerin particular.nl.talsmasoftware.context.delegation Layered code for delegation such asCallMappingExecutorService.nl.talsmasoftware.context.observer Observe context changesnl.talsmasoftware.context.threadlocal Package forThreadLocalspecific classes. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context Class Description Context A context can be anything that needs to be maintained on the 'current thread' level.ContextManager The contract for a ContextManager Service.ContextSnapshot Interface for a 'snapshot' that can capture the (then-) 'active context' from all known registeredContextManagerimplementations.
Obtain a new snapshot by callingContextManagers.createContextSnapshot()which will include a snapshot for all supportedContexttypes through their respectivemanagers. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context.clearable Class Description ContextManager The contract for a ContextManager Service. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context.delegation Class Description ContextSnapshot Interface for a 'snapshot' that can capture the (then-) 'active context' from all known registeredContextManagerimplementations.
Obtain a new snapshot by callingContextManagers.createContextSnapshot()which will include a snapshot for all supportedContexttypes through their respectivemanagers. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context.observer Class Description ContextManager The contract for a ContextManager Service. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context.threadlocal Class Description Context A context can be anything that needs to be maintained on the 'current thread' level.ContextManager The contract for a ContextManager Service.