Event Subscription Service Async Impl
Functions
Link copied to clipboard
open suspend fun resend(eventSubscriptionToken: String, params: EventEventSubscriptionResendParams, requestOptions: RequestOptions = RequestOptions.none())
Resend an event to an event subscription.
open suspend override fun resend(params: EventEventSubscriptionResendParams, requestOptions: RequestOptions)
Link copied to clipboard
open override fun withOptions(modifier: (ClientOptions.Builder) -> Unit): EventSubscriptionServiceAsync
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.