PulsarDepot

data class PulsarDepot(val adminUrl: String? = null, val serviceUrl: String? = null, val tenant: String? = null, val params: Map<String, Any>? = null)

Represents a Pulsar depot configuration.

Constructors

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

Properties

Link copied to clipboard
val adminUrl: String? = null

The admin URL for the Pulsar connection. Default is null.

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

Additional parameters for the Pulsar depot. Default is null.

Link copied to clipboard
val serviceUrl: String? = null

The service URL for the Pulsar connection. Default is null.

Link copied to clipboard
val tenant: String? = null

The tenant for the Pulsar connection. Default is null.