RedisStreamRecoveryOptions

data class RedisStreamRecoveryOptions(val enabled: Boolean = true, val minIdleTime: Duration = Duration.ofMinutes(5), val interval: Duration = Duration.ofSeconds(30), val batchSize: Long = 100)

Constructors

Link copied to clipboard
constructor(enabled: Boolean = true, minIdleTime: Duration = Duration.ofMinutes(5), interval: Duration = Duration.ofSeconds(30), 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