Class DefaultAsyncConsumerActionExecutor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void disconnect()
      Requests cancellation on the current operation and send a 'stop when idle' message to the daemon.
      java.lang.String getDisplayName()  
      <T> void run​(ConsumerAction<? extends T> action, ResultHandlerVersion1<? super T> handler)
      Runs some operation asynchronously against a consumer connection.
      void stop()
      Stops this connection, blocking until all operations on the connection have completed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait