query
acts as a service and the caller acts as a client. Because BAM Actors are symmetrical, all Actors can act as services and clients for different RPC calls. The stream MUST send a queryResult
or queryError
to the client using the same id
, because RPC clients rely on a response.
@param id the query identifier used to match requests with responses
@param to the service actor's address
@param from the client actor's address
@param payload the query payload
|
|
|
|
|
|