Package org.apache.pekko.remote
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 Summary
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ContainerFormats.ActorRef getRef()optional .ActorRef ref = 2;- Returns:
- The ref.
-
getRefOrBuilder
ContainerFormats.ActorRefOrBuilder getRefOrBuilder()optional .ActorRef ref = 2;
-