Package akka.remote
Interface SystemMessageFormats.WatchDataOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
SystemMessageFormats.WatchData
,SystemMessageFormats.WatchData.Builder
- Enclosing class:
- SystemMessageFormats
public static interface SystemMessageFormats.WatchDataOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerFormats.ActorRef
getWatchee()
required .ActorRef watchee = 1;
ContainerFormats.ActorRefOrBuilder
getWatcheeOrBuilder()
required .ActorRef watchee = 1;
ContainerFormats.ActorRef
getWatcher()
required .ActorRef watcher = 2;
ContainerFormats.ActorRefOrBuilder
getWatcherOrBuilder()
required .ActorRef watcher = 2;
boolean
hasWatchee()
required .ActorRef watchee = 1;
boolean
hasWatcher()
required .ActorRef watcher = 2;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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;
-
-