Class RemoteRpcInvocation

  • All Implemented Interfaces:
    Serializable, Message, RpcInvocation

    public class RemoteRpcInvocation
    extends Object
    implements RpcInvocation, Serializable
    Remote rpc invocation message which is used when the actor communication is remote.

    In order to fail fast and report an appropriate error message to the user, we check that the parameter types and the arguments are serializable. In case the invocation call contains a non-serializable object, then an IOException is thrown.

    See Also:
    Serialized Form