sendSimulatedExample

open suspend fun sendSimulatedExample(eventSubscriptionToken: String, params: EventSubscriptionSendSimulatedExampleParams = EventSubscriptionSendSimulatedExampleParams.none(), requestOptions: RequestOptions = RequestOptions.none())

Send an example message for event.


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

See also