Class 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 Detail

      • SlowCapturedContextState

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