jar

io.github.alikelleci : eventify

Maven & Gradle

Jan 23, 2023
1 usages
8 stars

eventify · Event Sourcing framework for the JVM

Table Of Contents

Latest Version

Download io.github.alikelleci : eventify JAR file - Latest Versions:

All Versions

Download io.github.alikelleci : eventify JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
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 eventify-0.0.2-rc9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.alikelleci.eventify.messaging.commandhandling.gateway

├─ io.github.alikelleci.eventify.messaging.commandhandling.gateway.AbstractCommandResultListener.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.commandhandling.gateway.CommandGateway.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.commandhandling.gateway.DefaultCommandGateway.class - [JAR]

io.github.alikelleci.eventify.messaging.commandhandling

├─ io.github.alikelleci.eventify.messaging.commandhandling.Command.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.commandhandling.CommandHandler.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.commandhandling.CommandResult.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.commandhandling.CommandTransformer.class - [JAR]

io.github.alikelleci.eventify.common.annotations

├─ io.github.alikelleci.eventify.common.annotations.AggregateId.class - [JAR]

├─ io.github.alikelleci.eventify.common.annotations.AggregateRoot.class - [JAR]

├─ io.github.alikelleci.eventify.common.annotations.EnableSnapshots.class - [JAR]

├─ io.github.alikelleci.eventify.common.annotations.HandleMessage.class - [JAR]

├─ io.github.alikelleci.eventify.common.annotations.Priority.class - [JAR]

├─ io.github.alikelleci.eventify.common.annotations.Revision.class - [JAR]

├─ io.github.alikelleci.eventify.common.annotations.TopicInfo.class - [JAR]

io.github.alikelleci.eventify.messaging.resulthandling.annotations

├─ io.github.alikelleci.eventify.messaging.resulthandling.annotations.HandleFailure.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.resulthandling.annotations.HandleResult.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.resulthandling.annotations.HandleSuccess.class - [JAR]

io.github.alikelleci.eventify.messaging.eventhandling

├─ io.github.alikelleci.eventify.messaging.eventhandling.Event.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.eventhandling.EventHandler.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.eventhandling.EventTransformer.class - [JAR]

io.github.alikelleci.eventify.messaging.resulthandling.exceptions

├─ io.github.alikelleci.eventify.messaging.resulthandling.exceptions.ResultProcessingException.class - [JAR]

io.github.alikelleci.eventify.messaging.upcasting

├─ io.github.alikelleci.eventify.messaging.upcasting.PayloadTransformer.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.upcasting.Upcaster.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.upcasting.UpcasterUtil.class - [JAR]

io.github.alikelleci.eventify.messaging.upcasting.annotations

├─ io.github.alikelleci.eventify.messaging.upcasting.annotations.Upcast.class - [JAR]

io.github.alikelleci.eventify.messaging.upcasting.exceptions

├─ io.github.alikelleci.eventify.messaging.upcasting.exceptions.UpcastingException.class - [JAR]

io.github.alikelleci.eventify.messaging.eventsourcing.annotations

├─ io.github.alikelleci.eventify.messaging.eventsourcing.annotations.ApplyEvent.class - [JAR]

io.github.alikelleci.eventify.messaging.resulthandling

├─ io.github.alikelleci.eventify.messaging.resulthandling.ResultHandler.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.resulthandling.ResultTransformer.class - [JAR]

io.github.alikelleci.eventify

├─ io.github.alikelleci.eventify.Eventify.class - [JAR]

io.github.alikelleci.eventify.support.serializer

├─ io.github.alikelleci.eventify.support.serializer.CustomSerdes.class - [JAR]

├─ io.github.alikelleci.eventify.support.serializer.JsonDeserializer.class - [JAR]

├─ io.github.alikelleci.eventify.support.serializer.JsonSerializer.class - [JAR]

io.github.alikelleci.eventify.util

├─ io.github.alikelleci.eventify.util.HandlerUtils.class - [JAR]

├─ io.github.alikelleci.eventify.util.JacksonUtils.class - [JAR]

├─ io.github.alikelleci.eventify.util.JsonUtils.class - [JAR]

io.github.alikelleci.eventify.support.interceptors

├─ io.github.alikelleci.eventify.support.interceptors.CommonProducerInterceptor.class - [JAR]

├─ io.github.alikelleci.eventify.support.interceptors.TracingProducerInterceptor.class - [JAR]

io.github.alikelleci.eventify.messaging

├─ io.github.alikelleci.eventify.messaging.Gateway.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.Message.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.Metadata.class - [JAR]

io.github.alikelleci.eventify.delegate

├─ io.github.alikelleci.eventify.delegate.CommandHandlers.class - [JAR]

├─ io.github.alikelleci.eventify.delegate.DelegateExample.class - [JAR]

├─ io.github.alikelleci.eventify.delegate.EventHandlers.class - [JAR]

├─ io.github.alikelleci.eventify.delegate.EventSourcingHandlers.class - [JAR]

├─ io.github.alikelleci.eventify.delegate.ResultHandlers.class - [JAR]

├─ io.github.alikelleci.eventify.delegate.Upcasters.class - [JAR]

io.github.alikelleci.eventify.messaging.eventsourcing.exceptions

├─ io.github.alikelleci.eventify.messaging.eventsourcing.exceptions.AggregateInvocationException.class - [JAR]

io.github.alikelleci.eventify.messaging.eventhandling.annotations

├─ io.github.alikelleci.eventify.messaging.eventhandling.annotations.HandleEvent.class - [JAR]

io.github.alikelleci.eventify.common.exceptions

├─ io.github.alikelleci.eventify.common.exceptions.AggregateIdMismatchException.class - [JAR]

├─ io.github.alikelleci.eventify.common.exceptions.AggregateIdMissingException.class - [JAR]

├─ io.github.alikelleci.eventify.common.exceptions.PayloadMissingException.class - [JAR]

├─ io.github.alikelleci.eventify.common.exceptions.TopicInfoMissingException.class - [JAR]

io.github.alikelleci.eventify.messaging.commandhandling.exceptions

├─ io.github.alikelleci.eventify.messaging.commandhandling.exceptions.CommandExecutionException.class - [JAR]

io.github.alikelleci.eventify.messaging.eventsourcing

├─ io.github.alikelleci.eventify.messaging.eventsourcing.Aggregate.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.eventsourcing.EventSourcingHandler.class - [JAR]

io.github.alikelleci.eventify.messaging.commandhandling.annotations

├─ io.github.alikelleci.eventify.messaging.commandhandling.annotations.HandleCommand.class - [JAR]

io.github.alikelleci.eventify.messaging.eventhandling.exceptions

├─ io.github.alikelleci.eventify.messaging.eventhandling.exceptions.EventProcessingException.class - [JAR]

io.github.alikelleci.eventify.retry

├─ io.github.alikelleci.eventify.retry.Backoff.class - [JAR]

├─ io.github.alikelleci.eventify.retry.Retry.class - [JAR]

├─ io.github.alikelleci.eventify.retry.RetryUtil.class - [JAR]

io.github.alikelleci.eventify.messaging.eventhandling.gateway

├─ io.github.alikelleci.eventify.messaging.eventhandling.gateway.DefaultEventGateway.class - [JAR]

├─ io.github.alikelleci.eventify.messaging.eventhandling.gateway.EventGateway.class - [JAR]

Advertisement

Dependencies from Group

Discover Dependencies

Oct 13, 2022
2 usages
22 stars
Oct 13, 2022
2 usages
22 stars
Apr 11, 2023
2 usages
49 stars
Feb 06, 2023
1 usages
13 stars
Feb 06, 2023
1 usages
13 stars
Dec 26, 2022
1 usages
2.6k stars
Dec 26, 2022
1 usages
2.6k stars
Dec 26, 2022
1 usages
2.6k stars
Dec 26, 2022
1 usages
2.6k stars
Jan 04, 2022
1 usages
0 stars