Package akka.remote

Interface ContainerFormats.ActorIdentityOrBuilder

    • Method Detail

      • hasCorrelationId

        boolean hasCorrelationId()
        required .Payload correlationId = 1;
        Returns:
        Whether the correlationId field is set.
      • getCorrelationId

        ContainerFormats.Payload getCorrelationId()
        required .Payload correlationId = 1;
        Returns:
        The correlationId.
      • hasRef

        boolean hasRef()
        optional .ActorRef ref = 2;
        Returns:
        Whether the ref field is set.