Package com.lithic.api.services.blocking
Class EventServiceImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.blocking.EventService
public final class EventServiceImpl implements EventService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EventService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EventServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SubscriptionServicesubscriptions()EventSubscriptionServiceeventSubscriptions()Eventretrieve(EventRetrieveParams params, RequestOptions requestOptions)EventListPagelist(EventListParams params, RequestOptions requestOptions)EventListAttemptsPagelistAttempts(EventListAttemptsParams params, RequestOptions requestOptions)Unitresend(String eventToken, String eventSubscriptionToken, JsonValue body)-
Methods inherited from class com.lithic.api.services.blocking.EventService
list, list, list, listAttempts, listAttempts, listAttempts, listAttempts, listAttempts, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
EventService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
EventService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
subscriptions
SubscriptionService subscriptions()
-
eventSubscriptions
EventSubscriptionService eventSubscriptions()
-
retrieve
Event retrieve(EventRetrieveParams params, RequestOptions requestOptions)
-
list
EventListPage list(EventListParams params, RequestOptions requestOptions)
-
listAttempts
EventListAttemptsPage listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)
-
-
-
-