toggle menu
common-ext
2.4.0
jvm
switch theme
search in API
common-ext
/
io.github.caijiang.common.debounce.bean
/
DebounceServiceImpl
Debounce
Service
Impl
@
Service
class
DebounceServiceImpl
(
applicationContext
:
ApplicationContext
,
@
Qualifier
(
value
=
"debounceRedisTemplate"
)
debounceRedisTemplate
:
RedisTemplate
<
String
,
Any
?
>
)
:
DebounceService
Author
CJ
Members
Constructors
Debounce
Service
Impl
Link copied to clipboard
constructor
(
applicationContext
:
ApplicationContext
,
@
Qualifier
(
value
=
"debounceRedisTemplate"
)
debounceRedisTemplate
:
RedisTemplate
<
String
,
Any
?
>
)
Functions
debounce
Link copied to clipboard
open
override
fun
debounce
(
type
:
String
,
arg
:
String
,
debounceDuration
:
Duration
,
deathDuration
:
Duration
)
调度一项防抖作业