Package com.courier.services.blocking
Class InboundServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.InboundService
public final class InboundServiceImpl implements InboundService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description InboundService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. InboundServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InboundTrackEventResponsetrackEvent(InboundTrackEventParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
InboundService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
InboundService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
trackEvent
InboundTrackEventResponse trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)
-
-
-
-