PipeSourceActiveMqBrokerParameters

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

Constructors

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

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.