jar

io.github.yasiekz : event-sourcing-lib

Maven & Gradle

Jun 10, 2019
0 stars

Event sourcing lib · Library to handle event sourced aggregates

Table Of Contents

Latest Version

Download io.github.yasiekz : event-sourcing-lib JAR file - Latest Versions:

All Versions

Download io.github.yasiekz : event-sourcing-lib JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

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 event-sourcing-lib-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.yasiekz.event.sourcing

├─ io.github.yasiekz.event.sourcing.AggregateLoader.class - [JAR]

├─ io.github.yasiekz.event.sourcing.AggregateSaver.class - [JAR]

├─ io.github.yasiekz.event.sourcing.Event.class - [JAR]

├─ io.github.yasiekz.event.sourcing.EventSourcedAggregate.class - [JAR]

├─ io.github.yasiekz.event.sourcing.EventSourcedAggregateNotFoundException.class - [JAR]

├─ io.github.yasiekz.event.sourcing.EventSourcedRepository.class - [JAR]

├─ io.github.yasiekz.event.sourcing.EventsForAggregateNotFoundException.class - [JAR]

io.github.yasiekz.event.sourcing.store

├─ io.github.yasiekz.event.sourcing.store.EventStore.class - [JAR]

├─ io.github.yasiekz.event.sourcing.store.EventStoringException.class - [JAR]

Advertisement