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.
        Specified by:
        flush in interface SideEffectProducer
        Returns:
        false in case of backpressure, else true
      • reset

        void reset()