Interface DurableStateChange<A>

Type Parameters:
A - the type of the value
All Known Implementing Classes:
DeletedDurableState, UpdatedDurableState

public interface DurableStateChange<A>
The DurableStateStoreQuery stream elements for DurableStateStoreQuery.

The implementation can be a UpdatedDurableState or a DeletedDurableState.

Not for user extension

  • Method Summary

    Modifier and Type
    Method
    Description
    The offset that can be used in next changes or currentChanges query.
    The persistence id of the origin entity.
  • Method Details

    • offset

      Offset offset()
      The offset that can be used in next changes or currentChanges query.
    • persistenceId

      String persistenceId()
      The persistence id of the origin entity.