Request(connectionId: String, handle: CompletableAsyncResult<T>, data: Any)
A data request handle, matching the connection on which the request was made.
connectionId - the identifier of the connection
connectionId
handle - the handle to the request completion
handle
data - data associated with the request
data