Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-redis
/
me.ahoo.wow.redis.bus
/
RedisMessageBusObservation
/
PendingSweepStarted
Pending
Sweep
Started
data
class
PendingSweepStarted
(
val
topic
:
String
,
val
consumerGroup
:
String
,
val
totalPendingMessages
:
Long
,
val
minMessageId
:
String
?
,
val
maxMessageId
:
String
?
)
:
RedisMessageBusObservation
Members
Constructors
Pending
Sweep
Started
Link copied to clipboard
constructor
(
topic
:
String
,
consumerGroup
:
String
,
totalPendingMessages
:
Long
,
minMessageId
:
String
?
,
maxMessageId
:
String
?
)
Properties
consumer
Group
Link copied to clipboard
open
override
val
consumerGroup
:
String
max
Message
Id
Link copied to clipboard
val
maxMessageId
:
String
?
min
Message
Id
Link copied to clipboard
val
minMessageId
:
String
?
topic
Link copied to clipboard
open
override
val
topic
:
String
total
Pending
Messages
Link copied to clipboard
val
totalPendingMessages
:
Long