Interface ReplicatorMessages.UnsubscribeOrBuilder
- 
- All Superinterfaces:
 org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 ReplicatorMessages.Unsubscribe,ReplicatorMessages.Unsubscribe.Builder
- Enclosing class:
 - ReplicatorMessages
 
public static interface ReplicatorMessages.UnsubscribeOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicatorMessages.OtherMessagegetKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;ReplicatorMessages.OtherMessageOrBuildergetKeyOrBuilder()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;java.lang.StringgetRef()required string ref = 2;org.apache.pekko.protobufv3.internal.ByteStringgetRefBytes()required string ref = 2;booleanhasKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;booleanhasRef()required string ref = 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
- 
hasKey
boolean hasKey()
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;- Returns:
 - Whether the key field is set.
 
 
- 
getKey
ReplicatorMessages.OtherMessage getKey()
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;- Returns:
 - The key.
 
 
- 
getKeyOrBuilder
ReplicatorMessages.OtherMessageOrBuilder getKeyOrBuilder()
required .org.apache.pekko.cluster.ddata.OtherMessage key = 1; 
- 
hasRef
boolean hasRef()
required string ref = 2;- Returns:
 - Whether the ref field is set.
 
 
- 
getRef
java.lang.String getRef()
required string ref = 2;- Returns:
 - The ref.
 
 
- 
getRefBytes
org.apache.pekko.protobufv3.internal.ByteString getRefBytes()
required string ref = 2;- Returns:
 - The bytes for ref.
 
 
 - 
 
 -