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.functions Java 8 functional interface wrappers that apply context snapshots to the mapped functions.nl.talsmasoftware.context.futures Package for context-aware javaFuturecode.nl.talsmasoftware.context.locale Maintain a current Locale context.nl.talsmasoftware.context.mdc Propagate theSlf4J MDCcontent from one thread to another.nl.talsmasoftware.context.observer Observe context changesnl.talsmasoftware.context.opentracing nl.talsmasoftware.context.servletrequest nl.talsmasoftware.context.springsecurity nl.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.functions 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.futures 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.locale 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. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context.mdc 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. -
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.opentracing 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. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context.servletrequest 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. -
Classes in nl.talsmasoftware.context used by nl.talsmasoftware.context.springsecurity 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. -
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.