Interface MessageFormats.PersistentStateChangeEventOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getStateIdentifier()
      required string stateIdentifier = 1;
      akka.protobuf.ByteString getStateIdentifierBytes()
      required string stateIdentifier = 1;
      java.lang.String getTimeout()
      optional string timeout = 2;
      akka.protobuf.ByteString getTimeoutBytes()
      optional string timeout = 2;
      long getTimeoutNanos()
      optional int64 timeoutNanos = 3;
      boolean hasStateIdentifier()
      required string stateIdentifier = 1;
      boolean hasTimeout()
      optional string timeout = 2;
      boolean hasTimeoutNanos()
      optional int64 timeoutNanos = 3;
      • Methods inherited from interface akka.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface akka.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
    • Method Detail

      • hasStateIdentifier

        boolean hasStateIdentifier()
        required string stateIdentifier = 1;
      • getStateIdentifier

        java.lang.String getStateIdentifier()
        required string stateIdentifier = 1;
      • getStateIdentifierBytes

        akka.protobuf.ByteString getStateIdentifierBytes()
        required string stateIdentifier = 1;
      • hasTimeout

        boolean hasTimeout()
        optional string timeout = 2;
        not used in new records from 2.4.5
         
      • getTimeout

        java.lang.String getTimeout()
        optional string timeout = 2;
        not used in new records from 2.4.5
         
      • getTimeoutBytes

        akka.protobuf.ByteString getTimeoutBytes()
        optional string timeout = 2;
        not used in new records from 2.4.5
         
      • hasTimeoutNanos

        boolean hasTimeoutNanos()
        optional int64 timeoutNanos = 3;
      • getTimeoutNanos

        long getTimeoutNanos()
        optional int64 timeoutNanos = 3;