RedisStreamRecoveryProperties

@ConfigurationProperties(prefix = "wow.redis.message-bus.recovery")
class RedisStreamRecoveryProperties(@DefaultValue(value = ["true"]) var enabled: Boolean = true, @DefaultValue(value = ["5m"]) var minIdleTime: Duration = Duration.ofMinutes(5), @DefaultValue(value = ["30s"]) var interval: Duration = Duration.ofSeconds(30), @DefaultValue(value = ["100"]) var batchSize: Long = 100)

Constructors

Link copied to clipboard
constructor(@DefaultValue(value = ["true"]) enabled: Boolean = true, @DefaultValue(value = ["5m"]) minIdleTime: Duration = Duration.ofMinutes(5), @DefaultValue(value = ["30s"]) interval: Duration = Duration.ofSeconds(30), @DefaultValue(value = ["100"]) batchSize: Long = 100)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard