Package com.courier.services.blocking
Interface InboundService
-
- All Implemented Interfaces:
public interface InboundService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceInboundService.WithRawResponseA view of InboundService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract InboundService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract InboundServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. InboundTrackEventResponsetrackEvent(InboundTrackEventParams params)Courier Track Event abstract InboundTrackEventResponsetrackEvent(InboundTrackEventParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract InboundService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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)
Courier Track Event
-
trackEvent
abstract InboundTrackEventResponse trackEvent(InboundTrackEventParams params, RequestOptions requestOptions)
-
-
-
-