@Experimental public interface StreamingResponseHandler
| Modifier and Type | Method and Description |
|---|---|
default void |
onCompleteResponse(String completeResponse) |
void |
onFailure(Throwable t) |
void |
onPartialResponse(String partialResponse) |
Copyright © 2023. All rights reserved.