EventListenerArgs

data class EventListenerArgs(val endpoint: Output<EventHubEndpointArgs>, val filter: Output<EventNameFilterArgs>) : ConvertibleToJava<EventListenerArgs>

A setting defines which kinds of events should be sent to which endpoint.

Constructors

Link copied to clipboard
constructor(endpoint: Output<EventHubEndpointArgs>, filter: Output<EventNameFilterArgs>)

Properties

Link copied to clipboard

An endpoint specifying where Web PubSub should send events to.

Link copied to clipboard

A base class for event filter which determines whether an event should be sent to an event listener.

Functions

Link copied to clipboard
open override fun toJava(): EventListenerArgs