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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContainerFormats.ActorRefgetWatchee()required .ActorRef watchee = 1;ContainerFormats.ActorRefOrBuildergetWatcheeOrBuilder()required .ActorRef watchee = 1;ContainerFormats.ActorRefgetWatcher()required .ActorRef watcher = 2;ContainerFormats.ActorRefOrBuildergetWatcherOrBuilder()required .ActorRef watcher = 2;booleanhasWatchee()required .ActorRef watchee = 1;booleanhasWatcher()required .ActorRef watcher = 2;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitialized 
- 
Methods inherited from interface org.apache.pekko.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; 
 - 
 
 -