Uses of Class
org.redisson.executor.params.ScheduledAtFixedRateParameters
-
Packages that use ScheduledAtFixedRateParameters Package Description org.redisson.executor -
-
Uses of ScheduledAtFixedRateParameters in org.redisson.executor
Methods in org.redisson.executor with parameters of type ScheduledAtFixedRateParameters Modifier and Type Method Description voidRemoteExecutorService. scheduleAtFixedRate(ScheduledAtFixedRateParameters params)RFuture<Void>RemoteExecutorServiceAsync. scheduleAtFixedRate(ScheduledAtFixedRateParameters params)voidTasksRunnerService. scheduleAtFixedRate(ScheduledAtFixedRateParameters params)
-