Class SlowCapturedContextState

java.lang.Object
io.smallrye.context.impl.SlowCapturedContextState
All Implemented Interfaces:
CapturedContextState

public class SlowCapturedContextState extends Object implements CapturedContextState
Holds the list of thread context snapshots that constitute a captured context. This captures the context in the constructor, and restores it in @{link begin()
  • Constructor Details

    • SlowCapturedContextState

      public SlowCapturedContextState(SmallRyeThreadContext threadContext)
      Captures the current context according to the given ThreadContext
      Parameters:
      threadContext - the thread context
  • Method Details