| Interface | Description |
|---|---|
| RpcInvocation |
Interface for rpc invocation messages.
|
| Class | Description |
|---|---|
| CallAsync |
Message for asynchronous callable invocations
|
| LocalRpcInvocation |
Local rpc invocation message containing the remote procedure name, its parameter types and the
corresponding call arguments.
|
| RemoteRpcInvocation |
Remote rpc invocation message which is used when the actor communication is remote and, thus, the
message has to be serialized.
|
| RunAsync |
Message for asynchronous runnable invocations
|
| Enum | Description |
|---|---|
| Processing |
Controls the processing behaviour of the
AkkaRpcActor |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.