Class SubscriptionServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.events.SubscriptionServiceAsync
public final class SubscriptionServiceAsyncImpl implements SubscriptionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classSubscriptionServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class com.lithic.api.services.async.events.SubscriptionServiceAsync
create, delete, delete, delete, delete, delete, list, list, list, listAttempts, listAttempts, listAttempts, listAttempts, listAttempts, recover, recover, recover, recover, recover, replayMissing, replayMissing, replayMissing, replayMissing, replayMissing, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveSecret, retrieveSecret, retrieveSecret, retrieveSecret, retrieveSecret, rotateSecret, rotateSecret, rotateSecret, rotateSecret, rotateSecret, sendSimulatedExample, sendSimulatedExample, sendSimulatedExample, sendSimulatedExample, sendSimulatedExample, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withRawResponse
SubscriptionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
SubscriptionServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<EventSubscription> create(EventSubscriptionCreateParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<EventSubscription> retrieve(EventSubscriptionRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<EventSubscription> update(EventSubscriptionUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<EventSubscriptionListPageAsync> list(EventSubscriptionListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(EventSubscriptionDeleteParams params, RequestOptions requestOptions)
-
listAttempts
CompletableFuture<EventSubscriptionListAttemptsPageAsync> listAttempts(EventSubscriptionListAttemptsParams params, RequestOptions requestOptions)
-
recover
CompletableFuture<Void> recover(EventSubscriptionRecoverParams params, RequestOptions requestOptions)
-
replayMissing
CompletableFuture<Void> replayMissing(EventSubscriptionReplayMissingParams params, RequestOptions requestOptions)
-
retrieveSecret
CompletableFuture<SubscriptionRetrieveSecretResponse> retrieveSecret(EventSubscriptionRetrieveSecretParams params, RequestOptions requestOptions)
-
rotateSecret
CompletableFuture<Void> rotateSecret(EventSubscriptionRotateSecretParams params, RequestOptions requestOptions)
-
sendSimulatedExample
CompletableFuture<Void> sendSimulatedExample(EventSubscriptionSendSimulatedExampleParams params, RequestOptions requestOptions)
-
-
-
-