Uses of Interface
com.github.kagkarlsson.scheduler.event.ExecutionInterceptor
-
Packages that use ExecutionInterceptor Package Description com.github.kagkarlsson.scheduler com.github.kagkarlsson.scheduler.event -
-
Uses of ExecutionInterceptor in com.github.kagkarlsson.scheduler
Fields in com.github.kagkarlsson.scheduler with type parameters of type ExecutionInterceptor Modifier and Type Field Description protected List<ExecutionInterceptor>SchedulerBuilder. executionInterceptorsMethods in com.github.kagkarlsson.scheduler with parameters of type ExecutionInterceptor Modifier and Type Method Description SchedulerBuilderSchedulerBuilder. addExecutionInterceptor(ExecutionInterceptor interceptor)Constructor parameters in com.github.kagkarlsson.scheduler with type arguments of type ExecutionInterceptor Constructor Description FetchCandidates(Executor executor, TaskRepository taskRepository, SchedulerClient schedulerClient, int threadpoolSize, SchedulerListeners schedulerListeners, List<ExecutionInterceptor> executionInterceptors, SchedulerState schedulerState, ConfigurableLogger failureLogger, TaskResolver taskResolver, Clock clock, PollingStrategyConfig pollingStrategyConfig, Runnable triggerCheckForNewExecutions, HeartbeatConfig heartbeatConfig)LockAndFetchCandidates(Executor executor, TaskRepository taskRepository, SchedulerClient schedulerClient, int threadpoolSize, SchedulerListeners schedulerListeners, List<ExecutionInterceptor> executionInterceptors, SchedulerState schedulerState, ConfigurableLogger failureLogger, TaskResolver taskResolver, Clock clock, PollingStrategyConfig pollingStrategyConfig, Runnable triggerCheckForNewExecutions, HeartbeatConfig maxAgeBeforeConsideredDead) -
Uses of ExecutionInterceptor in com.github.kagkarlsson.scheduler.event
Constructor parameters in com.github.kagkarlsson.scheduler.event with type arguments of type ExecutionInterceptor Constructor Description ExecutionChain(List<ExecutionInterceptor> interceptors, ExecutionHandler<?> executionHandler)
-