Interface RequeueAware

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void requeue​(Long olderThan)
      Moves RequestInfo instances that are in running state longer than given amount of time (time unit depends on the org.kie.executor.timeunit system property)
      void requeueById​(Long requestId)
      Moves RequestInfo instance with given request id that are in running state
    • Method Detail

      • requeue

        void requeue​(Long olderThan)
        Moves RequestInfo instances that are in running state longer than given amount of time (time unit depends on the org.kie.executor.timeunit system property)
        Parameters:
        olderThan - amount of time from current time stamp
      • requeueById

        void requeueById​(Long requestId)
        Moves RequestInfo instance with given request id that are in running state
        Parameters:
        requestId - request unique identifier