Package com.lithic.api.services.async
Class EventServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.EventServiceAsync
public final class EventServiceAsyncImpl implements EventServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description EventServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. EventServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SubscriptionServiceAsyncsubscriptions()EventSubscriptionServiceAsynceventSubscriptions()CompletableFuture<Event>retrieve(EventRetrieveParams params, RequestOptions requestOptions)CompletableFuture<EventListPageAsync>list(EventListParams params, RequestOptions requestOptions)CompletableFuture<EventListAttemptsPageAsync>listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)CompletableFuture<Void>resend(String eventToken, String eventSubscriptionToken, JsonValue body)-
Methods inherited from class com.lithic.api.services.async.EventServiceAsync
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
EventServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
EventServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
subscriptions
SubscriptionServiceAsync subscriptions()
-
eventSubscriptions
EventSubscriptionServiceAsync eventSubscriptions()
-
retrieve
CompletableFuture<Event> retrieve(EventRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<EventListPageAsync> list(EventListParams params, RequestOptions requestOptions)
-
listAttempts
CompletableFuture<EventListAttemptsPageAsync> listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)
-
-
-
-