Eventhub

data class Eventhub(val endpoint: String? = null, val eventhubName: String? = null)

Represents the Eventhub configuration.

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, eventhubName: String? = null)

Properties

Link copied to clipboard
val endpoint: String? = null

The Eventhub endpoint.

Link copied to clipboard
val eventhubName: String? = null

The name of the Eventhub.