jar

dk.cloudcreate.essentials.components : kotlin-eventsourcing

Maven & Gradle

Jun 10, 2024

This library focuses purely on providing event sourcing support for Kotlin

Table Of Contents

Latest Version

Download dk.cloudcreate.essentials.components : kotlin-eventsourcing JAR file - Latest Versions:

All Versions

Download dk.cloudcreate.essentials.components : kotlin-eventsourcing JAR file - All Versions:

Version Vulnerabilities Size Updated
0.40.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 kotlin-eventsourcing-0.40.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dk.cloudcreate.essentials.components.kotlin.eventsourcing

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.AggregateTypeConfiguration.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.AggregateTypeConfigurationKt.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.Decider.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.DeciderSupportsAggregateTypeChecker.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.EventOutOfOrderException.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.Evolver.class - [JAR]

dk.cloudcreate.essentials.components.kotlin.eventsourcing.adapters

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.adapters.DeciderAndAggregateTypeConfigurator.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.adapters.DeciderCommandHandlerAdapter.class - [JAR]

dk.cloudcreate.essentials.components.kotlin.eventsourcing.test

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.ActualAndExpectedEventsAreNotEqualExcepted.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.ActualExceptionIsNotEqualToExpectedException.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.ActualExceptionTypeIsNotEqualToExpectedException.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.AssertionException.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.DidNotExpectAnEventException.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.ExpectToFailWithAnExceptionButNoneWasThrown.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.ExpectToFailWithAnExceptionTypeButNoneWasThrown.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.ExpectedAnEventButDidGetAnyEventException.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.FailedWithUnexpectException.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.GivenWhenThenScenario.class - [JAR]

├─ dk.cloudcreate.essentials.components.kotlin.eventsourcing.test.NoCommandProvidedException.class - [JAR]