PulsarRequest

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

Represents a Pulsar request 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 for the Pulsar request. Default is null.

Link copied to clipboard
val type: String? = null

The type of the Pulsar request. Default is null.