| Package | Description |
|---|---|
| ai.z.openapi.service | |
| ai.z.openapi.service.model |
| Modifier and Type | Method and Description |
|---|---|
static io.reactivex.rxjava3.core.Flowable<SSE> |
AbstractClientBaseService.stream(retrofit2.Call<okhttp3.ResponseBody> apiCall)
Creates a streaming Flowable of SSE events without emitting done events.
|
static io.reactivex.rxjava3.core.Flowable<SSE> |
AbstractClientBaseService.stream(retrofit2.Call<okhttp3.ResponseBody> apiCall,
boolean emitDone)
Creates a streaming Flowable of SSE events with optional done event emission.
|
| Constructor and Description |
|---|
ResponseBodyCallback(io.reactivex.rxjava3.core.FlowableEmitter<SSE> emitter,
boolean emitDone) |
Copyright © 2025. All rights reserved.