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 void
RemoteExecutorService. scheduleAtFixedRate(ScheduledAtFixedRateParameters params)
RFuture<Void>
RemoteExecutorServiceAsync. scheduleAtFixedRate(ScheduledAtFixedRateParameters params)
void
TasksRunnerService. scheduleAtFixedRate(ScheduledAtFixedRateParameters params)
-