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 Type
    Method
    Description
    required string entityId = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    required string entityId = 1;
    required .Payload message = 2;
    required .Payload message = 2;
    boolean
    required string entityId = 1;
    boolean
    required .Payload message = 2;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods 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

      required .Payload message = 2;
      Returns:
      The message.
    • getMessageOrBuilder

      ContainerFormats.PayloadOrBuilder getMessageOrBuilder()
      required .Payload message = 2;