public interface RequeueAware
| Modifier and Type | Method and 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 |
void requeue(Long olderThan)
RequestInfo instances that are in running state longer than
given amount of time (time unit depends on the org.kie.executor.timeunit system property)olderThan - amount of time from current time stampvoid requeueById(Long requestId)
RequestInfo instance with given request id that are in running staterequestId - request unique identifierCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.