Package com.tryfinch.api.services.async
Interface RequestForwardingServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface RequestForwardingServiceAsync.WithRawResponseA view of RequestForwardingServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<RequestForwardingForwardResponse>>forward(RequestForwardingForwardParams params)Returns a raw HTTP response for post /forward, but is otherwise the same as RequestForwardingServiceAsync.forward.abstract CompletableFuture<HttpResponseFor<RequestForwardingForwardResponse>>forward(RequestForwardingForwardParams params, RequestOptions requestOptions)-
-
Method Detail
-
forward
@MustBeClosed() CompletableFuture<HttpResponseFor<RequestForwardingForwardResponse>> forward(RequestForwardingForwardParams params)
Returns a raw HTTP response for
post /forward, but is otherwise the same as RequestForwardingServiceAsync.forward.
-
forward
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<RequestForwardingForwardResponse>> forward(RequestForwardingForwardParams params, RequestOptions requestOptions)
-
-
-
-