Class MessageFormats.PersistentStateChangeEvent

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite
org.apache.pekko.protobufv3.internal.AbstractMessage
org.apache.pekko.protobufv3.internal.GeneratedMessage
org.apache.pekko.persistence.serialization.MessageFormats.PersistentStateChangeEvent
All Implemented Interfaces:
Serializable, MessageFormats.PersistentStateChangeEventOrBuilder, org.apache.pekko.protobufv3.internal.Message, org.apache.pekko.protobufv3.internal.MessageLite, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
MessageFormats

public static final class MessageFormats.PersistentStateChangeEvent extends org.apache.pekko.protobufv3.internal.GeneratedMessage implements MessageFormats.PersistentStateChangeEventOrBuilder
Protobuf type PersistentStateChangeEvent
See Also:
  • Field Details

    • STATEIDENTIFIER_FIELD_NUMBER

      public static final int STATEIDENTIFIER_FIELD_NUMBER
      See Also:
    • TIMEOUT_FIELD_NUMBER

      public static final int TIMEOUT_FIELD_NUMBER
      See Also:
    • TIMEOUTNANOS_FIELD_NUMBER

      public static final int TIMEOUTNANOS_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

      public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
      Overrides:
      getDescriptorForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage
    • internalGetFieldAccessorTable

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

      public boolean hasStateIdentifier()
      required string stateIdentifier = 1;
      Specified by:
      hasStateIdentifier in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      Whether the stateIdentifier field is set.
    • getStateIdentifier

      public String getStateIdentifier()
      required string stateIdentifier = 1;
      Specified by:
      getStateIdentifier in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      The stateIdentifier.
    • getStateIdentifierBytes

      public org.apache.pekko.protobufv3.internal.ByteString getStateIdentifierBytes()
      required string stateIdentifier = 1;
      Specified by:
      getStateIdentifierBytes in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      The bytes for stateIdentifier.
    • hasTimeout

      public boolean hasTimeout()
       not used in new records from Akka 2.4.5
       
      optional string timeout = 2;
      Specified by:
      hasTimeout in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      Whether the timeout field is set.
    • getTimeout

      public String getTimeout()
       not used in new records from Akka 2.4.5
       
      optional string timeout = 2;
      Specified by:
      getTimeout in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      The timeout.
    • getTimeoutBytes

      public org.apache.pekko.protobufv3.internal.ByteString getTimeoutBytes()
       not used in new records from Akka 2.4.5
       
      optional string timeout = 2;
      Specified by:
      getTimeoutBytes in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      The bytes for timeout.
    • hasTimeoutNanos

      public boolean hasTimeoutNanos()
      optional int64 timeoutNanos = 3;
      Specified by:
      hasTimeoutNanos in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      Whether the timeoutNanos field is set.
    • getTimeoutNanos

      public long getTimeoutNanos()
      optional int64 timeoutNanos = 3;
      Specified by:
      getTimeoutNanos in interface MessageFormats.PersistentStateChangeEventOrBuilder
      Returns:
      The timeoutNanos.
    • 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 MessageFormats.PersistentStateChangeEvent parseFrom(ByteBuffer data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentStateChangeEvent 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 MessageFormats.PersistentStateChangeEvent 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 MessageFormats.PersistentStateChangeEvent 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 MessageFormats.PersistentStateChangeEvent parseFrom(byte[] data) throws org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
      Throws:
      org.apache.pekko.protobufv3.internal.InvalidProtocolBufferException
    • parseFrom

      public static MessageFormats.PersistentStateChangeEvent 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 MessageFormats.PersistentStateChangeEvent parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static MessageFormats.PersistentStateChangeEvent parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

    • newBuilder

    • 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 MessageFormats.PersistentStateChangeEvent.Builder newBuilderForType(org.apache.pekko.protobufv3.internal.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class org.apache.pekko.protobufv3.internal.AbstractMessage
    • getDefaultInstance

      public static MessageFormats.PersistentStateChangeEvent getDefaultInstance()
    • parser

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

      public org.apache.pekko.protobufv3.internal.Parser<MessageFormats.PersistentStateChangeEvent> 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 MessageFormats.PersistentStateChangeEvent getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder