Package org.apache.pekko.remote
Interface ContainerFormats.SelectionEnvelopeOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ContainerFormats.SelectionEnvelope,ContainerFormats.SelectionEnvelope.Builder
- Enclosing class:
- ContainerFormats
public static interface ContainerFormats.SelectionEnvelopeOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.pekko.protobufv3.internal.ByteStringrequired bytes enclosedMessage = 1;org.apache.pekko.protobufv3.internal.ByteStringoptional bytes messageManifest = 4;getPattern(int index) repeated .Selection pattern = 3;intrepeated .Selection pattern = 3;repeated .Selection pattern = 3;getPatternOrBuilder(int index) repeated .Selection pattern = 3;List<? extends ContainerFormats.SelectionOrBuilder>repeated .Selection pattern = 3;intrequired int32 serializerId = 2;booleanoptional for pre 2.3.4 compatibilitybooleanrequired bytes enclosedMessage = 1;booleanoptional bytes messageManifest = 4;booleanrequired int32 serializerId = 2;booleanoptional for pre 2.3.4 compatibilityMethods 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
-
hasEnclosedMessage
boolean hasEnclosedMessage()required bytes enclosedMessage = 1;- Returns:
- Whether the enclosedMessage field is set.
-
getEnclosedMessage
org.apache.pekko.protobufv3.internal.ByteString getEnclosedMessage()required bytes enclosedMessage = 1;- Returns:
- The enclosedMessage.
-
hasSerializerId
boolean hasSerializerId()required int32 serializerId = 2;- Returns:
- Whether the serializerId field is set.
-
getSerializerId
int getSerializerId()required int32 serializerId = 2;- Returns:
- The serializerId.
-
getPatternList
List<ContainerFormats.Selection> getPatternList()repeated .Selection pattern = 3; -
getPattern
repeated .Selection pattern = 3; -
getPatternCount
int getPatternCount()repeated .Selection pattern = 3; -
getPatternOrBuilderList
List<? extends ContainerFormats.SelectionOrBuilder> getPatternOrBuilderList()repeated .Selection pattern = 3; -
getPatternOrBuilder
repeated .Selection pattern = 3; -
hasMessageManifest
boolean hasMessageManifest()optional bytes messageManifest = 4;- Returns:
- Whether the messageManifest field is set.
-
getMessageManifest
org.apache.pekko.protobufv3.internal.ByteString getMessageManifest()optional bytes messageManifest = 4;- Returns:
- The messageManifest.
-
hasWildcardFanOut
boolean hasWildcardFanOut()optional for pre 2.3.4 compatibility
optional bool wildcardFanOut = 5;- Returns:
- Whether the wildcardFanOut field is set.
-
getWildcardFanOut
boolean getWildcardFanOut()optional for pre 2.3.4 compatibility
optional bool wildcardFanOut = 5;- Returns:
- The wildcardFanOut.
-