Interface ContainerFormats.ActorIdentityOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ContainerFormats.ActorIdentity, ContainerFormats.ActorIdentity.Builder
Enclosing class:
ContainerFormats

public static interface ContainerFormats.ActorIdentityOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Details

    • 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.
    • getCorrelationIdOrBuilder

      ContainerFormats.PayloadOrBuilder getCorrelationIdOrBuilder()
      required .Payload correlationId = 1;
    • hasRef

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

      optional .ActorRef ref = 2;
      Returns:
      The ref.
    • getRefOrBuilder

      optional .ActorRef ref = 2;