jar

com.github.eventasia : event-store

Maven & Gradle

Sep 06, 2016
2 usages
17 stars

Eventasia · Eventasia is a Event Sourcing Framework for use with Spring Boot

Table Of Contents

Latest Version

Download com.github.eventasia : event-store JAR file - Latest Versions:

All Versions

Download com.github.eventasia : event-store JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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-store-0.0.3.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.eventasia.eventstore.service

├─ com.github.eventasia.eventstore.service.AggregateService.class - [JAR]

com.github.eventasia.eventstore.util

├─ com.github.eventasia.eventstore.util.MethodReflectionUtil.class - [JAR]

com.github.eventasia.eventstore.event

├─ com.github.eventasia.eventstore.event.EventPublisher.class - [JAR]

├─ com.github.eventasia.eventstore.event.EventPublisherWrapper.class - [JAR]

├─ com.github.eventasia.eventstore.event.EventStoreListener.class - [JAR]

├─ com.github.eventasia.eventstore.event.EventasiaGsonMessageConverterImpl.class - [JAR]

├─ com.github.eventasia.eventstore.event.EventasiaMessage.class - [JAR]

├─ com.github.eventasia.eventstore.event.EventasiaMessageAdapter.class - [JAR]

├─ com.github.eventasia.eventstore.event.EventasiaMessageConverter.class - [JAR]

com.github.eventasia.eventstore

├─ com.github.eventasia.eventstore.EnableEventasia.class - [JAR]

├─ com.github.eventasia.eventstore.EventasiaConfig.class - [JAR]

com.github.eventasia.eventstore.repository

├─ com.github.eventasia.eventstore.repository.AggregateRepository.class - [JAR]

├─ com.github.eventasia.eventstore.repository.InMemoryAggregateRepositoryImpl.class - [JAR]

├─ com.github.eventasia.eventstore.repository.ReadWriteAggregateRepository.class - [JAR]

com.github.eventasia.eventstore.command

├─ com.github.eventasia.eventstore.command.AggregateCommandHandler.class - [JAR]

com.github.eventasia.eventstore.aspect

├─ com.github.eventasia.eventstore.aspect.HandlerSignatureException.class - [JAR]

├─ com.github.eventasia.eventstore.aspect.PropagateCommandReturnedEventsAspect.class - [JAR]

Advertisement