jar

org.eventopist : cellar

Maven & Gradle

Feb 12, 2020

Eventopist Cellar · An event store for event sourcing, designed to be as simple as possible

Table Of Contents

Latest Version

Download org.eventopist : cellar JAR file - Latest Versions:

All Versions

Download org.eventopist : cellar JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cellar-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.eventopist.cellar.implementation

├─ org.eventopist.cellar.implementation.SqlBasedEventStoreImpl.class - [JAR]

org.eventopist.cellar.api.common

├─ org.eventopist.cellar.api.common.Playback.class - [JAR]

org.eventopist.cellar.api.projections

├─ org.eventopist.cellar.api.projections.AbstractProjector.class - [JAR]

├─ org.eventopist.cellar.api.projections.Projector.class - [JAR]

org.eventopist.cellar.api.eventstore

├─ org.eventopist.cellar.api.eventstore.Event.class - [JAR]

├─ org.eventopist.cellar.api.eventstore.EventConsumer.class - [JAR]

├─ org.eventopist.cellar.api.eventstore.EventHolder.class - [JAR]

├─ org.eventopist.cellar.api.eventstore.EventStore.class - [JAR]

├─ org.eventopist.cellar.api.eventstore.EventStoreProvider.class - [JAR]

org.eventopist.cellar.api.readmodels

├─ org.eventopist.cellar.api.readmodels.AbstractSqlBasedReadModelRepo.class - [JAR]

├─ org.eventopist.cellar.api.readmodels.ReadModelRepository.class - [JAR]