Uses of Interface
org.redisson.api.options.ExecutorOptions
Packages that use ExecutorOptions
-
Uses of ExecutorOptions in org.redisson
Methods in org.redisson with parameters of type ExecutorOptions -
Uses of ExecutorOptions in org.redisson.api
Methods in org.redisson.api with parameters of type ExecutorOptionsModifier and TypeMethodDescriptionRedissonClient.getExecutorService(ExecutorOptions options) Returns ScheduledExecutorService with defined options -
Uses of ExecutorOptions in org.redisson.api.options
Classes in org.redisson.api.options that implement ExecutorOptionsMethods in org.redisson.api.options that return ExecutorOptionsModifier and TypeMethodDescriptionExecutorOptions.idGenerator(IdGenerator idGenerator) Defines identifier generatorExecutorParams.idGenerator(IdGenerator idGenerator) static ExecutorOptionsCreates options with the name of object instanceExecutorOptions.taskRetryInterval(Duration interval) Defines task retry interval at the end of which task is executed again by ExecutorService worker.ExecutorParams.taskRetryInterval(Duration interval)