replayMissing

open suspend fun replayMissing(eventSubscriptionToken: String, params: EventSubscriptionReplayMissingParams = EventSubscriptionReplayMissingParams.none(), requestOptions: RequestOptions = RequestOptions.none())

Replays messages to the endpoint. Only messages that were created after begin will be sent. Messages that were previously sent to the endpoint are not resent. Message will be retried if endpoint responds with a non-2xx status code. See Retry Schedule for details.


abstract suspend fun replayMissing(params: EventSubscriptionReplayMissingParams, requestOptions: RequestOptions = RequestOptions.none())
open suspend fun replayMissing(eventSubscriptionToken: String, requestOptions: RequestOptions)

See also