Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.redis
/
RedisStreamRecoveryProperties
/
RedisStreamRecoveryProperties
Redis
Stream
Recovery
Properties
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
)