Uses of Interface
com.github.kagkarlsson.scheduler.event.ExecutionInterceptor
Packages that use ExecutionInterceptor
-
Uses of ExecutionInterceptor in com.github.kagkarlsson.scheduler
Fields in com.github.kagkarlsson.scheduler with type parameters of type ExecutionInterceptorModifier and TypeFieldDescriptionprotected List<ExecutionInterceptor>SchedulerBuilder.executionInterceptorsMethods in com.github.kagkarlsson.scheduler with parameters of type ExecutionInterceptorModifier and TypeMethodDescriptionSchedulerBuilder.addExecutionInterceptor(ExecutionInterceptor interceptor) Constructor parameters in com.github.kagkarlsson.scheduler with type arguments of type ExecutionInterceptorModifierConstructorDescriptionFetchCandidates(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 ExecutionInterceptorModifierConstructorDescriptionExecutionChain(List<ExecutionInterceptor> interceptors, ExecutionHandler<?> executionHandler)