Package org.apache.pekko.remote
Interface ContainerFormats.PayloadOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- ContainerFormats.Payload,- ContainerFormats.Payload.Builder
 - Enclosing class:
- ContainerFormats
 
 public static interface ContainerFormats.PayloadOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.pekko.protobufv3.internal.ByteStringgetEnclosedMessage()required bytes enclosedMessage = 1;org.apache.pekko.protobufv3.internal.ByteStringgetMessageManifest()optional bytes messageManifest = 4;intgetSerializerId()required int32 serializerId = 2;booleanhasEnclosedMessage()required bytes enclosedMessage = 1;booleanhasMessageManifest()optional bytes messageManifest = 4;booleanhasSerializerId()required int32 serializerId = 2;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasEnclosedMessageboolean hasEnclosedMessage() required bytes enclosedMessage = 1;- Returns:
- Whether the enclosedMessage field is set.
 
 - 
getEnclosedMessageorg.apache.pekko.protobufv3.internal.ByteString getEnclosedMessage() required bytes enclosedMessage = 1;- Returns:
- The enclosedMessage.
 
 - 
hasSerializerIdboolean hasSerializerId() required int32 serializerId = 2;- Returns:
- Whether the serializerId field is set.
 
 - 
getSerializerIdint getSerializerId() required int32 serializerId = 2;- Returns:
- The serializerId.
 
 - 
hasMessageManifestboolean hasMessageManifest() optional bytes messageManifest = 4;- Returns:
- Whether the messageManifest field is set.
 
 - 
getMessageManifestorg.apache.pekko.protobufv3.internal.ByteString getMessageManifest() optional bytes messageManifest = 4;- Returns:
- The messageManifest.
 
 
- 
 
-