Interface WireFormats.PekkoProtocolMessageOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
WireFormats.PekkoProtocolMessage, WireFormats.PekkoProtocolMessage.Builder
Enclosing class:
WireFormats

public static interface WireFormats.PekkoProtocolMessageOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional .PekkoControlMessage instruction = 2;
    optional .PekkoControlMessage instruction = 2;
    org.apache.pekko.protobufv3.internal.ByteString
    optional bytes payload = 1;
    boolean
    optional .PekkoControlMessage instruction = 2;
    boolean
    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 Details

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

      optional .PekkoControlMessage instruction = 2;
      Returns:
      The instruction.
    • getInstructionOrBuilder

      WireFormats.PekkoControlMessageOrBuilder getInstructionOrBuilder()
      optional .PekkoControlMessage instruction = 2;