EventhubDepot

data class EventhubDepot(val endpoint: String? = null, val params: Map<String, Any>? = null)

Represents the Eventhub depot configuration.

Constructors

Link copied to clipboard
constructor(endpoint: String? = null, params: Map<String, Any>? = null)

Properties

Link copied to clipboard
val endpoint: String? = null

The Eventhub endpoint.

Link copied to clipboard
val params: Map<String, Any>? = null

Additional parameters for the Eventhub depot.