io.cloudstate.javasupport.eventsourced.EventContext Maven / Gradle / Ivy
package io.cloudstate.javasupport.eventsourced;
/** Context for an event. */
public interface EventContext extends EventSourcedContext {
/**
* The sequence number of the current event being processed.
*
* @return The sequence number.
*/
long sequenceNumber();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy