Package org.apache.pekko.remote
Interface SystemMessageFormats.WatchDataOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
SystemMessageFormats.WatchData,SystemMessageFormats.WatchData.Builder
- Enclosing class:
- SystemMessageFormats
public static interface SystemMessageFormats.WatchDataOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .ActorRef watchee = 1;required .ActorRef watchee = 1;required .ActorRef watcher = 2;required .ActorRef watcher = 2;booleanrequired .ActorRef watchee = 1;booleanrequired .ActorRef watcher = 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
-
hasWatchee
boolean hasWatchee()required .ActorRef watchee = 1;- Returns:
- Whether the watchee field is set.
-
getWatchee
ContainerFormats.ActorRef getWatchee()required .ActorRef watchee = 1;- Returns:
- The watchee.
-
getWatcheeOrBuilder
ContainerFormats.ActorRefOrBuilder getWatcheeOrBuilder()required .ActorRef watchee = 1; -
hasWatcher
boolean hasWatcher()required .ActorRef watcher = 2;- Returns:
- Whether the watcher field is set.
-
getWatcher
ContainerFormats.ActorRef getWatcher()required .ActorRef watcher = 2;- Returns:
- The watcher.
-
getWatcherOrBuilder
ContainerFormats.ActorRefOrBuilder getWatcherOrBuilder()required .ActorRef watcher = 2;
-