PipeSourceActiveMqBrokerParameters

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

Constructors

Link copied to clipboard
fun PipeSourceActiveMqBrokerParameters(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
Link copied to clipboard
Link copied to clipboard