Package com.courier.services.async
Class InboundServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.InboundServiceAsync.WithRawResponse
public final class InboundServiceAsyncImpl.WithRawResponseImpl implements InboundServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description InboundServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<InboundTrackEventResponse>>trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
InboundServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
trackEvent
CompletableFuture<HttpResponseFor<InboundTrackEventResponse>> trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)
-
-
-
-