Package org.apache.pekko.remote
Interface SystemMessageFormats.DeathWatchNotificationDataOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
SystemMessageFormats.DeathWatchNotificationData,SystemMessageFormats.DeathWatchNotificationData.Builder
- Enclosing class:
- SystemMessageFormats
public static interface SystemMessageFormats.DeathWatchNotificationDataOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()required .ActorRef actor = 1;required .ActorRef actor = 1;booleanrequired bool addressTerminated = 3;booleanrequired bool existenceConfirmed = 2;booleanhasActor()required .ActorRef actor = 1;booleanrequired bool addressTerminated = 3;booleanrequired bool existenceConfirmed = 2;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
-
hasActor
boolean hasActor()required .ActorRef actor = 1;- Returns:
- Whether the actor field is set.
-
getActor
ContainerFormats.ActorRef getActor()required .ActorRef actor = 1;- Returns:
- The actor.
-
getActorOrBuilder
ContainerFormats.ActorRefOrBuilder getActorOrBuilder()required .ActorRef actor = 1; -
hasExistenceConfirmed
boolean hasExistenceConfirmed()required bool existenceConfirmed = 2;- Returns:
- Whether the existenceConfirmed field is set.
-
getExistenceConfirmed
boolean getExistenceConfirmed()required bool existenceConfirmed = 2;- Returns:
- The existenceConfirmed.
-
hasAddressTerminated
boolean hasAddressTerminated()required bool addressTerminated = 3;- Returns:
- Whether the addressTerminated field is set.
-
getAddressTerminated
boolean getAddressTerminated()required bool addressTerminated = 3;- Returns:
- The addressTerminated.
-