PulsarResponse

data class PulsarResponse(val partitions: Int? = null, val type: String? = null)

Represents a Pulsar response configuration.

Constructors

Link copied to clipboard
constructor(partitions: Int? = null, type: String? = null)

Properties

Link copied to clipboard
val partitions: Int? = null

The number of partitions in the Pulsar response. Default is null.

Link copied to clipboard
val type: String? = null

The type of the Pulsar response. Default is null.