Interface SchedulerServiceInterceptor

  • All Known Implementing Classes:
    DelegateSchedulerServiceInterceptor

    public interface SchedulerServiceInterceptor
    Interceptor dedicated to GlobalSchedulerService to be able to react and optionally alter default behavior. Common case is to make a timer job scheduling transactional but that's not the only possible case.
    • Method Detail

      • internalSchedule

        void internalSchedule​(org.drools.core.time.impl.TimerJobInstance timerJobInstance)