Interface ReliableDelivery.RegisterConsumerOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.