Package akka.remote

Interface ContainerFormats.OptionOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ContainerFormats.Payload getValue()
      optional .Payload value = 1;
      ContainerFormats.PayloadOrBuilder getValueOrBuilder()
      optional .Payload value = 1;
      boolean hasValue()
      optional .Payload value = 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

      • hasValue

        boolean hasValue()
        optional .Payload value = 1;
        Returns:
        Whether the value field is set.