DebounceProperties

@ConfigurationProperties(prefix = "common.debounce")
data class DebounceProperties(var enabled: Boolean = true, var topic: String? = null, var rocketMqAbove5: Boolean? = null, var rocketMqConsumerGroup: String? = null)

Author

CJ

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, topic: String? = null, rocketMqAbove5: Boolean? = null, rocketMqConsumerGroup: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard

使用的是 5.0以上的 rocketMQ

Link copied to clipboard
Link copied to clipboard

延时 mq 的名称