Class ThreadpoolSwiftletImpl

java.lang.Object
ThreadpoolSwiftlet
com.swiftmq.impl.threadpool.standard.ThreadpoolSwiftletImpl

public class ThreadpoolSwiftletImpl extends ThreadpoolSwiftlet
  • Field Details

  • Constructor Details

    • ThreadpoolSwiftletImpl

      public ThreadpoolSwiftletImpl()
  • Method Details

    • runAsync

      public CompletableFuture<?> runAsync(Runnable runnable)
    • runAsync

      public CompletableFuture<?> runAsync(Runnable runnable, boolean virtual)
    • createEventLoop

      public EventLoop createEventLoop(String id, EventProcessor eventProcessor)
    • performTimeAction

      public void performTimeAction()
    • freeze

      public void freeze()
    • unfreeze

      public void unfreeze()
    • startup

      protected void startup(Configuration config) throws SwiftletException
      Throws:
      SwiftletException
    • shutdown

      protected void shutdown()