Interface WireFormats.PekkoProtocolMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      WireFormats.PekkoControlMessage getInstruction()
      optional .PekkoControlMessage instruction = 2;
      WireFormats.PekkoControlMessageOrBuilder getInstructionOrBuilder()
      optional .PekkoControlMessage instruction = 2;
      org.apache.pekko.protobufv3.internal.ByteString getPayload()
      optional bytes payload = 1;
      boolean hasInstruction()
      optional .PekkoControlMessage instruction = 2;
      boolean hasPayload()
      optional bytes payload = 1;
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasPayload

        boolean hasPayload()
        optional bytes payload = 1;
        Returns:
        Whether the payload field is set.
      • getPayload

        org.apache.pekko.protobufv3.internal.ByteString getPayload()
        optional bytes payload = 1;
        Returns:
        The payload.
      • hasInstruction

        boolean hasInstruction()
        optional .PekkoControlMessage instruction = 2;
        Returns:
        Whether the instruction field is set.