io.cloudstate.javasupport.eventsourced.SnapshotContext Maven / Gradle / Ivy
package io.cloudstate.javasupport.eventsourced;
/** A snapshot context. */
public interface SnapshotContext extends EventSourcedContext {
/**
* The sequence number of the last event that this snapshot includes.
*
* @return The sequence number.
*/
long sequenceNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy