Uses of Record Class
com.hw.openai.stream.SSE

Packages that use SSE
Package
Description
 
 
  • Uses of SSE in com.hw.openai

    Methods in com.hw.openai that return types with arguments of type SSE
    Modifier and Type
    Method
    Description
    io.reactivex.Flowable<SSE>
    OpenAiClient.stream(retrofit2.Call<okhttp3.ResponseBody> apiCall, boolean emitDone)
    Calls the Open AI api and returns a Flowable of SSE for streaming.
  • Uses of SSE in com.hw.openai.stream

    Constructor parameters in com.hw.openai.stream with type arguments of type SSE
    Modifier
    Constructor
    Description
     
    ResponseBodyCallback(io.reactivex.FlowableEmitter<SSE> emitter, boolean emitDone)
     
     
    ResponseBodyCallback(io.reactivex.FlowableEmitter<SSE> emitter, boolean emitDone, com.fasterxml.jackson.databind.ObjectMapper objectMapper)