All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.cloudstate.javasupport.eventsourced.SnapshotContext Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
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