Interface SyncOrAsync<ResponseContent>
- All Known Subinterfaces:
SyncOrAsyncOrStreaming<ResponseContent>
public interface SyncOrAsync<ResponseContent>
-
Method Summary
Modifier and TypeMethodDescriptionexecute()
onResponse
(Consumer<ResponseContent> responseHandler)
-
Method Details
-
execute
ResponseContent execute() -
onResponse
-