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 TypeMethodDescriptionoffset()
The offset that can be used in nextchanges
orcurrentChanges
query.The persistence id of the origin entity.