Package akka.remote

Interface WireFormats.RemoteEnvelopeOrBuilder

    • Method Detail

      • hasRecipient

        boolean hasRecipient()
        required .ActorRefData recipient = 1;
        Returns:
        Whether the recipient field is set.
      • hasMessage

        boolean hasMessage()
        required .SerializedMessage message = 2;
        Returns:
        Whether the message field is set.
      • hasSender

        boolean hasSender()
        optional .ActorRefData sender = 4;
        Returns:
        Whether the sender field is set.
      • hasSeq

        boolean hasSeq()
        optional fixed64 seq = 5;
        Returns:
        Whether the seq field is set.
      • getSeq

        long getSeq()
        optional fixed64 seq = 5;
        Returns:
        The seq.