Interface ShardingMessages.ShardingEnvelopeOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ShardingMessages.ShardingEnvelope,ShardingMessages.ShardingEnvelope.Builder
- Enclosing class:
- ShardingMessages
public static interface ShardingMessages.ShardingEnvelopeOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired string entityId = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string entityId = 1;required .Payload message = 2;required .Payload message = 2;booleanrequired string entityId = 1;booleanrequired .Payload message = 2;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
-
hasEntityId
boolean hasEntityId()required string entityId = 1;- Returns:
- Whether the entityId field is set.
-
getEntityId
String getEntityId()required string entityId = 1;- Returns:
- The entityId.
-
getEntityIdBytes
org.apache.pekko.protobufv3.internal.ByteString getEntityIdBytes()required string entityId = 1;- Returns:
- The bytes for entityId.
-
hasMessage
boolean hasMessage()required .Payload message = 2;- Returns:
- Whether the message field is set.
-
getMessage
ContainerFormats.Payload getMessage()required .Payload message = 2;- Returns:
- The message.
-
getMessageOrBuilder
ContainerFormats.PayloadOrBuilder getMessageOrBuilder()required .Payload message = 2;
-