HubEventListener

data class HubEventListener(val eventhubName: String, val eventhubNamespaceName: String, val systemEventNameFilters: List<String>? = null, val userEventNameFilters: List<String>? = null)

Constructors

Link copied to clipboard
constructor(eventhubName: String, eventhubNamespaceName: String, systemEventNameFilters: List<String>? = null, userEventNameFilters: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies the event hub name to receive the events.

Link copied to clipboard

Specifies the event hub namespace name to receive the events.

Link copied to clipboard

Specifies the list of system events. Supported values are connected and disconnected.

Link copied to clipboard

Specifies the list of matching user event names. ["*"] can be used to match all events.