Class ContextPropagationRunnableWrapper

java.lang.Object
io.smallrye.faulttolerance.propagation.ContextPropagationRunnableWrapper
All Implemented Interfaces:
io.smallrye.faulttolerance.core.util.RunnableWrapper

public class ContextPropagationRunnableWrapper extends Object implements io.smallrye.faulttolerance.core.util.RunnableWrapper
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.smallrye.faulttolerance.core.util.RunnableWrapper

    io.smallrye.faulttolerance.core.util.RunnableWrapper.Loader
  • Field Summary

    Fields inherited from interface io.smallrye.faulttolerance.core.util.RunnableWrapper

    INSTANCE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    wrap(Runnable runnable)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ContextPropagationRunnableWrapper

      public ContextPropagationRunnableWrapper()
  • Method Details

    • wrap

      public Runnable wrap(Runnable runnable)
      Specified by:
      wrap in interface io.smallrye.faulttolerance.core.util.RunnableWrapper