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
Redis
Stream
Recovery
Properties
@
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
)
Members
Constructors
Redis
Stream
Recovery
Properties
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
Companion
Link copied to clipboard
object
Companion
Properties
batch
Size
Link copied to clipboard
var
batchSize
:
Long
enabled
Link copied to clipboard
var
enabled
:
Boolean
interval
Link copied to clipboard
var
interval
:
Duration
min
Idle
Time
Link copied to clipboard
var
minIdleTime
:
Duration
Functions
to
Options
Link copied to clipboard
fun
toOptions
(
)
:
RedisStreamRecoveryOptions