eventListeners

@JvmName(name = "cyifgxgghvpicjux")
suspend fun eventListeners(value: Output<List<EventListenerArgs>>)
@JvmName(name = "kamfqnuyjaeoyfha")
suspend fun eventListeners(value: List<EventListenerArgs>?)

Parameters

value

Event listener settings for forwarding your client events to listeners. Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients. One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter. Maximum count of event listeners among all hubs is 10.


@JvmName(name = "kmsbeylcehrhydpa")
suspend fun eventListeners(vararg values: Output<EventListenerArgs>)


@JvmName(name = "smoqdfmbxcikpsib")
suspend fun eventListeners(values: List<Output<EventListenerArgs>>)
@JvmName(name = "bapffxvwqkapjbnh")
suspend fun eventListeners(vararg values: EventListenerArgs)

Parameters

values

Event listener settings for forwarding your client events to listeners. Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients. One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter. Maximum count of event listeners among all hubs is 10.


@JvmName(name = "oqikycaicsxwwtdi")
suspend fun eventListeners(argument: List<suspend EventListenerArgsBuilder.() -> Unit>)
@JvmName(name = "ujjodtpcmolfjrnk")
suspend fun eventListeners(vararg argument: suspend EventListenerArgsBuilder.() -> Unit)
@JvmName(name = "arruljokijqoqdex")
suspend fun eventListeners(argument: suspend EventListenerArgsBuilder.() -> Unit)

Parameters

argument

Event listener settings for forwarding your client events to listeners. Event listener is transparent to Web PubSub clients, and it doesn't return any result to clients nor interrupt the lifetime of clients. One event can be sent to multiple listeners, as long as it matches the filters in those listeners. The order of the array elements doesn't matter. Maximum count of event listeners among all hubs is 10.