PipeSourceRabbitMqBrokerParameters

data class PipeSourceRabbitMqBrokerParameters(val batchSize: Int? = null, val credentials: PipeMqBrokerAccessCredentialsProperties, val maximumBatchingWindowInSeconds: Int? = null, val queueName: String, val virtualHost: String? = null)

Constructors

Link copied to clipboard
constructor(batchSize: Int? = null, credentials: PipeMqBrokerAccessCredentialsProperties, maximumBatchingWindowInSeconds: Int? = null, queueName: String, virtualHost: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchSize: Int? = null

The maximum number of records to include in each batch.

Link copied to clipboard

The credentials needed to access the resource.

Link copied to clipboard

The maximum length of a time to wait for events.

Link copied to clipboard

The name of the destination queue to consume.

Link copied to clipboard
val virtualHost: String? = null

The name of the virtual host associated with the source broker.