Interface Reactor

    • Method Detail

      • createSubscriber

        ReactiveSocket createSubscriber()
                                 throws java.util.concurrent.ExecutionException,
                                        java.lang.InterruptedException
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException
      • createPublisher

        ReactiveSocket createPublisher()
                                throws java.util.concurrent.ExecutionException,
                                       java.lang.InterruptedException
        Throws:
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException
      • addShutdownListener

        Handle addShutdownListener​(java.lang.Runnable runnable)