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

com.cqrs.event_store.EventSequence Maven / Gradle / Ivy

package com.cqrs.event_store;

public interface EventSequence {
    public boolean isBefore(EventSequence other);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy