toggle menu
common-ext
2.4.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.debounce.bean
/
DebounceServiceImpl
/
debounce
debounce
open
override
fun
debounce
(
type
:
String
,
arg
:
String
,
debounceDuration
:
Duration
,
deathDuration
:
Duration
)
调度一项防抖作业
Parameters
type
防抖业务类型
arg
防抖业务主键
debounce
Duration
防抖时间
death
Duration
死时间
See also
Debounce
Callback
Service.
invoke
Business