Package org.apache.pekko.remote
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 TypeMethodDescriptionoptional .PekkoControlMessage instruction = 2;optional .PekkoControlMessage instruction = 2;org.apache.pekko.protobufv3.internal.ByteStringoptional bytes payload = 1;booleanoptional .PekkoControlMessage instruction = 2;booleanoptional bytes payload = 1;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods 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
WireFormats.PekkoControlMessage getInstruction()optional .PekkoControlMessage instruction = 2;- Returns:
- The instruction.
-
getInstructionOrBuilder
WireFormats.PekkoControlMessageOrBuilder getInstructionOrBuilder()optional .PekkoControlMessage instruction = 2;
-