Interface EventStore


public interface EventStore
  • Method Details

    • publishOccurredEventOf

      void publishOccurredEventOf(Object aggregate)
    • load

      default List<Event> load(long todoId)