Uses of Interface
nl.talsmasoftware.context.ContextSnapshot
-
Packages that use ContextSnapshot Package Description nl.talsmasoftware.context Main package defining the corecontext-propagationconcepts in this librarynl.talsmasoftware.context.delegation Layered code for delegation such asCallMappingExecutorService. -
-
Uses of ContextSnapshot in nl.talsmasoftware.context
Methods in nl.talsmasoftware.context that return ContextSnapshot Modifier and Type Method Description static ContextSnapshotContextManagers. createContextSnapshot()This method is able to create a 'snapshot' from the currentactive contextfrom all knownContextManagerimplementations. -
Uses of ContextSnapshot in nl.talsmasoftware.context.delegation
Methods in nl.talsmasoftware.context.delegation that return ContextSnapshot Modifier and Type Method Description ContextSnapshotContextSnapshotSupplier. get()Supply a snapshot.protected ContextSnapshotWrapperWithContext. snapshot()Calls the supplier for the context snapshot, making sure it is called only once for this wrapper instance.Constructors in nl.talsmasoftware.context.delegation with parameters of type ContextSnapshot Constructor Description WrapperWithContext(ContextSnapshot snapshot, T delegate)Creates a new Wrapper with the specified context snapshot.
-