Interface ReactiveSocket.Inbox

  • Enclosing interface:
    ReactiveSocket

    public static interface ReactiveSocket.Inbox
    • Method Summary

      Modifier and Type Method Description
      java.util.List<byte[]> take()  
    • Method Detail

      • take

        java.util.List<byte[]> take()
                             throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException