public interface FetchAndLockHandler
| Modifier and Type | Method and Description | 
|---|---|
| void | addPendingRequest(FetchExternalTasksExtendedDto dto,
                 javax.ws.rs.container.AsyncResponse asyncResponse,
                 ProcessEngine processEngine)Invoked if a fetch and lock request has been sent by the client | 
| void | shutdown()Receives a notification that the engine rest web application is about to be shut down | 
| void | start()Receives a notification that the engine rest web application initialization has been started | 
void start()
void shutdown()
void addPendingRequest(FetchExternalTasksExtendedDto dto, javax.ws.rs.container.AsyncResponse asyncResponse, ProcessEngine processEngine)
dto - which is supposed to hold the payloadasyncResponse - provides means for asynchronous server side response processingprocessEngine - provides the process engine context of the respective requestCopyright © 2018. All rights reserved.