Class WireFormats.RemoteEnvelope

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.remote.WireFormats.RemoteEnvelope
All Implemented Interfaces:
Serializable, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder, WireFormats.RemoteEnvelopeOrBuilder
Enclosing class:
WireFormats

public static final class WireFormats.RemoteEnvelope extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements WireFormats.RemoteEnvelopeOrBuilder
 *
 Defines a remote message.
 
Protobuf type RemoteEnvelope
See Also:
  • Field Details

  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • hasRecipient

      public boolean hasRecipient()
      required .ActorRefData recipient = 1;
      Specified by:
      hasRecipient in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      Whether the recipient field is set.
    • getRecipient

      public WireFormats.ActorRefData getRecipient()
      required .ActorRefData recipient = 1;
      Specified by:
      getRecipient in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      The recipient.
    • getRecipientOrBuilder

      public WireFormats.ActorRefDataOrBuilder getRecipientOrBuilder()
      required .ActorRefData recipient = 1;
      Specified by:
      getRecipientOrBuilder in interface WireFormats.RemoteEnvelopeOrBuilder
    • hasMessage

      public boolean hasMessage()
      required .SerializedMessage message = 2;
      Specified by:
      hasMessage in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      Whether the message field is set.
    • getMessage

      public WireFormats.SerializedMessage getMessage()
      required .SerializedMessage message = 2;
      Specified by:
      getMessage in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      The message.
    • getMessageOrBuilder

      public WireFormats.SerializedMessageOrBuilder getMessageOrBuilder()
      required .SerializedMessage message = 2;
      Specified by:
      getMessageOrBuilder in interface WireFormats.RemoteEnvelopeOrBuilder
    • hasSender

      public boolean hasSender()
      optional .ActorRefData sender = 4;
      Specified by:
      hasSender in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      Whether the sender field is set.
    • getSender

      public WireFormats.ActorRefData getSender()
      optional .ActorRefData sender = 4;
      Specified by:
      getSender in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      The sender.
    • getSenderOrBuilder

      public WireFormats.ActorRefDataOrBuilder getSenderOrBuilder()
      optional .ActorRefData sender = 4;
      Specified by:
      getSenderOrBuilder in interface WireFormats.RemoteEnvelopeOrBuilder
    • hasSeq

      public boolean hasSeq()
      optional fixed64 seq = 5;
      Specified by:
      hasSeq in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      Whether the seq field is set.
    • getSeq

      public long getSeq()
      optional fixed64 seq = 5;
      Specified by:
      getSeq in interface WireFormats.RemoteEnvelopeOrBuilder
      Returns:
      The seq.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • writeTo

      public void writeTo(org.apache.pekko.protobufv3.internal.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      writeTo in class org.apache.pekko.protobufv3.internal.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getSerializedSize in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      equals in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface org.apache.pekko.protobufv3.internal.Message
      Overrides:
      hashCode in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(ByteBuffer data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(org.apache.pekko.protobufv3.internal.ByteString data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(org.apache.pekko.protobufv3.internal.ByteString data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(byte[] data, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static WireFormats.RemoteEnvelope parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static WireFormats.RemoteEnvelope parseDelimitedFrom(InputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static WireFormats.RemoteEnvelope parseFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public WireFormats.RemoteEnvelope.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      newBuilderForType in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilder

      public static WireFormats.RemoteEnvelope.Builder newBuilder()
    • newBuilder

      public static WireFormats.RemoteEnvelope.Builder newBuilder(WireFormats.RemoteEnvelope prototype)
    • toBuilder

      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      toBuilder in interface org.apache.pekko.protobufv3.internal.MessageLite
    • newBuilderForType

      protected WireFormats.RemoteEnvelope.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static WireFormats.RemoteEnvelope getDefaultInstance()
    • parser

      public static org.apache.pekko.protobufv3.internal.Parser<WireFormats.RemoteEnvelope> parser()
    • getParserForType

      public org.apache.pekko.protobufv3.internal.Parser<WireFormats.RemoteEnvelope> getParserForType()
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.Message
      Specified by:
      getParserForType in interface org.apache.pekko.protobufv3.internal.MessageLite
      Overrides:
      getParserForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • getDefaultInstanceForType

      public WireFormats.RemoteEnvelope getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder