DeferredResponse Class
The class of the object passed as res to Router event handlers. When the
deferredResponse is resolved, the data is sent to the corresponding RequestPromise
on the client.
Constructor
DeferredResponse
(
-
options
Parameters:
-
optionsObject-
resObjectResponse object
-
outFunctionMethod to send response objects
-
-
req_idStringUnique identifier of this request
-
