Interface ReliableDelivery.RegisterConsumerOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReliableDelivery.RegisterConsumer
,ReliableDelivery.RegisterConsumer.Builder
- Enclosing class:
- ReliableDelivery
public static interface ReliableDelivery.RegisterConsumerOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getConsumerControllerRef()
required string consumerControllerRef = 1;
akka.protobufv3.internal.ByteString
getConsumerControllerRefBytes()
required string consumerControllerRef = 1;
boolean
hasConsumerControllerRef()
required string consumerControllerRef = 1;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConsumerControllerRef
boolean hasConsumerControllerRef()
required string consumerControllerRef = 1;
- Returns:
- Whether the consumerControllerRef field is set.
-
getConsumerControllerRef
java.lang.String getConsumerControllerRef()
required string consumerControllerRef = 1;
- Returns:
- The consumerControllerRef.
-
getConsumerControllerRefBytes
akka.protobufv3.internal.ByteString getConsumerControllerRefBytes()
required string consumerControllerRef = 1;
- Returns:
- The bytes for consumerControllerRef.
-
-