Package com.courier.services.async
Class InboundServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.InboundServiceAsync
public final class InboundServiceAsyncImpl implements InboundServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InboundServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InboundServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<InboundTrackEventResponse>trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InboundServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InboundServiceAsync 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<InboundTrackEventResponse> trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)
-
-
-
-