java.lang.Object
org.apache.skywalking.apm.plugin.undertow.v2x.SWRunnable
所有已实现的接口:
Runnable

public class SWRunnable extends Object implements Runnable
  • 构造器详细资料

    • SWRunnable

      public SWRunnable(Runnable runnable, org.apache.skywalking.apm.agent.core.context.ContextSnapshot snapshot)
  • 方法详细资料

    • run

      public void run()
      指定者:
      run 在接口中 Runnable