Interface TypedResponseWriter

    • Method Detail

      • writeEvent

        void writeEvent​(TypedRecord<?> event)
      • writeResponse

        void writeResponse​(long eventKey,
                           Intent eventState,
                           UnpackedObject eventValue,
                           ValueType valueType,
                           long requestId,
                           int requestStreamId)
      • flush

        boolean flush()
        Submits the response to transport.
        Returns:
        false in case of backpressure, else true