Interface ResponseStream

    • Field Detail

      • UNKNOWN

        static final ResponseStream UNKNOWN
        Special type of ResponseStream for unknown types of events that this version of the SDK does not know about
    • Method Detail

      • chunkBuilder

        static PayloadPart.Builder chunkBuilder()
        Create a builder for the chunk event type for this stream.
      • returnControlBuilder

        static ReturnControlPayload.Builder returnControlBuilder()
        Create a builder for the returnControl event type for this stream.
      • traceBuilder

        static TracePart.Builder traceBuilder()
        Create a builder for the trace event type for this stream.
      • sdkEventType

        default ResponseStream.EventType sdkEventType()
        The type of this event. Corresponds to the :event-type header on the Message.