Interface ReliableDelivery.RegisterConsumerOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReliableDelivery.RegisterConsumer,ReliableDelivery.RegisterConsumer.Builder
- Enclosing class:
- ReliableDelivery
public static interface ReliableDelivery.RegisterConsumerOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired string consumerControllerRef = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string consumerControllerRef = 1;booleanrequired string consumerControllerRef = 1;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
-
hasConsumerControllerRef
boolean hasConsumerControllerRef()required string consumerControllerRef = 1;- Returns:
- Whether the consumerControllerRef field is set.
-
getConsumerControllerRef
String getConsumerControllerRef()required string consumerControllerRef = 1;- Returns:
- The consumerControllerRef.
-
getConsumerControllerRefBytes
org.apache.pekko.protobufv3.internal.ByteString getConsumerControllerRefBytes()required string consumerControllerRef = 1;- Returns:
- The bytes for consumerControllerRef.
-