Interface ReplicatorMessages.SubscribeOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.Subscribe,ReplicatorMessages.Subscribe.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.SubscribeOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;required .org.apache.pekko.cluster.ddata.OtherMessage key = 1;getRef()required string ref = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired 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
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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.
-