Uses of Interface
org.keycloak.timer.TaskRunner
Packages that use TaskRunner
-
Uses of TaskRunner in org.keycloak.services.scheduled
Classes in org.keycloak.services.scheduled that implement TaskRunnerModifier and TypeClassDescriptionclass
Ensures that there are not concurrent executions of same task (either on this host or any other cluster host)class
-
Uses of TaskRunner in org.keycloak.timer
Methods in org.keycloak.timer with parameters of type TaskRunnerModifier and TypeMethodDescriptiondefault void
TimerProvider.schedule
(TaskRunner runner, long intervalMillis)