Interface MessageFormats.PersistentStateChangeEventOrBuilder
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
- MessageFormats.PersistentStateChangeEvent,- MessageFormats.PersistentStateChangeEvent.Builder
- Enclosing class:
- MessageFormats
public static interface MessageFormats.PersistentStateChangeEventOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionrequired string stateIdentifier = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string stateIdentifier = 1;not used in new records from Akka 2.4.5org.apache.pekko.protobufv3.internal.ByteStringnot used in new records from Akka 2.4.5longoptional int64 timeoutNanos = 3;booleanrequired string stateIdentifier = 1;booleannot used in new records from Akka 2.4.5booleanoptional int64 timeoutNanos = 3;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasStateIdentifierboolean hasStateIdentifier()required string stateIdentifier = 1;- Returns:
- Whether the stateIdentifier field is set.
 
- 
getStateIdentifierString getStateIdentifier()required string stateIdentifier = 1;- Returns:
- The stateIdentifier.
 
- 
getStateIdentifierBytesorg.apache.pekko.protobufv3.internal.ByteString getStateIdentifierBytes()required string stateIdentifier = 1;- Returns:
- The bytes for stateIdentifier.
 
- 
hasTimeoutboolean hasTimeout()not used in new records from Akka 2.4.5 optional string timeout = 2;- Returns:
- Whether the timeout field is set.
 
- 
getTimeoutString getTimeout()not used in new records from Akka 2.4.5 optional string timeout = 2;- Returns:
- The timeout.
 
- 
getTimeoutBytesorg.apache.pekko.protobufv3.internal.ByteString getTimeoutBytes()not used in new records from Akka 2.4.5 optional string timeout = 2;- Returns:
- The bytes for timeout.
 
- 
hasTimeoutNanosboolean hasTimeoutNanos()optional int64 timeoutNanos = 3;- Returns:
- Whether the timeoutNanos field is set.
 
- 
getTimeoutNanoslong getTimeoutNanos()optional int64 timeoutNanos = 3;- Returns:
- The timeoutNanos.
 
 
-