toggle menu
common-ext
2.3.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.debounce
/
DelayMQData
Delay
MQData
data
class
DelayMQData
(
val
type
:
String
,
val
arg
:
String
,
val
id
:
UUID
,
val
debounceTimestamp
:
Long
?
)
Author
CJ
Members
Constructors
Delay
MQData
Link copied to clipboard
constructor
(
type
:
String
,
arg
:
String
,
id
:
UUID
,
debounceTimestamp
:
Long
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
arg
Link copied to clipboard
val
arg
:
String
业务参数
debounce
Timestamp
Link copied to clipboard
val
debounceTimestamp
:
Long
?
防抖目标时刻,跟存储系统必须保持完全一致!
id
Link copied to clipboard
val
id
:
UUID
事务 id
type
Link copied to clipboard
val
type
:
String
业务类型
Functions
redis
Hash
Key
Link copied to clipboard
fun
redisHashKey
(
)
:
String