Class CurrentThreadExecutor

java.lang.Object
io.crossbar.autobahn.wamp.utils.CurrentThreadExecutor
All Implemented Interfaces:
java.util.concurrent.Executor

public class CurrentThreadExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
  • Constructor Summary

    Constructors 
    Constructor Description
    CurrentThreadExecutor()  
  • Method Summary

    Modifier and Type Method Description
    void execute​(java.lang.Runnable r)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • execute

      public void execute​(java.lang.Runnable r)
      Specified by:
      execute in interface java.util.concurrent.Executor