Package com.lithic.api.services.async
Class EventServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.EventServiceAsync.WithRawResponse
public final class EventServiceAsyncImpl.WithRawResponseImpl implements EventServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description EventServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. SubscriptionServiceAsync.WithRawResponsesubscriptions()EventSubscriptionServiceAsync.WithRawResponseeventSubscriptions()CompletableFuture<HttpResponseFor<Event>>retrieve(EventRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<EventListPageAsync>>list(EventListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<EventListAttemptsPageAsync>>listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.EventServiceAsync.WithRawResponse
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
-
withOptions
EventServiceAsync.WithRawResponse 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.WithRawResponse subscriptions()
-
eventSubscriptions
EventSubscriptionServiceAsync.WithRawResponse eventSubscriptions()
-
retrieve
CompletableFuture<HttpResponseFor<Event>> retrieve(EventRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<EventListPageAsync>> list(EventListParams params, RequestOptions requestOptions)
-
listAttempts
CompletableFuture<HttpResponseFor<EventListAttemptsPageAsync>> listAttempts(EventListAttemptsParams params, RequestOptions requestOptions)
-
-
-
-