Pacotemx.rpc
Classepublic class AsyncRequest
HerançaAsyncRequest Inheritance Producer

The AsyncRequest class provides an abstraction of messaging for RPC call invocation. An AsyncRequest allows multiple requests to be made on a remote destination and will call back to the responder specified within the request when the remote request is completed.



Propriedades Públicas
 PropriedadeDefinido por
 Inheritedsubtopic : String
Provides access to the subtopic for the remote destination that the MessageAgent uses.
Producer
Métodos Públicos
 MétodoDefinido por
  
Constructs a new asynchronous request.
AsyncRequest
  
invoke(msg:IMessage, responder:IResponder):void
Dispatches the asynchronous request and stores the responder to call later.
AsyncRequest
Métodos Protegidos
 MétodoDefinido por
 Inherited
internalSend(message:IMessage, waitForClientId:Boolean = true):void
Producer
Detalhes do construtor
AsyncRequest()Construtor
public function AsyncRequest()

Constructs a new asynchronous request.

Detalhes do método
invoke()método
public function invoke(msg:IMessage, responder:IResponder):void

Dispatches the asynchronous request and stores the responder to call later.

Parâmetros

msg:IMessage
 
responder:IResponder