Interface MessageFormats.PersistentPayloadOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
MessageFormats.PersistentPayload,MessageFormats.PersistentPayload.Builder
- Enclosing class:
- MessageFormats
public static interface MessageFormats.PersistentPayloadOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.protobufv3.internal.ByteStringrequired bytes payload = 2;org.apache.pekko.protobufv3.internal.ByteStringoptional bytes payloadManifest = 3;intrequired int32 serializerId = 1;booleanrequired bytes payload = 2;booleanoptional bytes payloadManifest = 3;booleanrequired int32 serializerId = 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
-
hasSerializerId
boolean hasSerializerId()required int32 serializerId = 1;- Returns:
- Whether the serializerId field is set.
-
getSerializerId
int getSerializerId()required int32 serializerId = 1;- Returns:
- The serializerId.
-
hasPayload
boolean hasPayload()required bytes payload = 2;- Returns:
- Whether the payload field is set.
-
getPayload
org.apache.pekko.protobufv3.internal.ByteString getPayload()required bytes payload = 2;- Returns:
- The payload.
-
hasPayloadManifest
boolean hasPayloadManifest()optional bytes payloadManifest = 3;- Returns:
- Whether the payloadManifest field is set.
-
getPayloadManifest
org.apache.pekko.protobufv3.internal.ByteString getPayloadManifest()optional bytes payloadManifest = 3;- Returns:
- The payloadManifest.
-