Interface PullContext<T>

  • All Known Implementing Classes:
    WarpWebSocket

    public interface PullContext<T>
    • Method Detail

      • push

        void push​(T value)
      • skip

        void skip()