queryGet
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 target actor MUST send a queryResult
or queryError
to the client using the same id
, because RPC clients rely on a response.
@param to the target actor's address
@param payload the query payload
|
|
|
|
|
|
|
|
|
|