config fixed

pull/3663/head
Nikita Koksharov
parent 351e744914
commit 53a804d397

@ -462,15 +462,7 @@
}, },
{ {
"name":"org.redisson.executor.RemoteExecutorService", "name":"org.redisson.executor.RemoteExecutorService",
"methods":[ "allPublicMethods":true
{"name":"executeCallable","parameterTypes":["org.redisson.executor.params.TaskParameters"] },
{"name":"executeRunnable","parameterTypes":["org.redisson.executor.params.TaskParameters"] },
{"name":"schedule","parameterTypes":["org.redisson.executor.params.ScheduledCronExpressionParameters"] },
{"name":"scheduleAtFixedRate","parameterTypes":["org.redisson.executor.params.ScheduledAtFixedRateParameters"] },
{"name":"scheduleCallable","parameterTypes":["org.redisson.executor.params.ScheduledParameters"] },
{"name":"scheduleRunnable","parameterTypes":["org.redisson.executor.params.ScheduledParameters"] },
{"name":"scheduleWithFixedDelay","parameterTypes":["org.redisson.executor.params.ScheduledWithFixedDelayParameters"] }
]
}, },
{ {
"name":"org.redisson.executor.RemoteExecutorServiceAsync", "name":"org.redisson.executor.RemoteExecutorServiceAsync",

Loading…
Cancel
Save