jar

de.otto.edison : eventsourcing-core

Maven & Gradle

Feb 16, 2018
1 usages
15 stars

eventsourcing-core · A library used at otto.de to implement Spring Boot based event-sourcing microserivces.

Table Of Contents

Latest Version

Download de.otto.edison : eventsourcing-core JAR file - Latest Versions:

All Versions

Download de.otto.edison : eventsourcing-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.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 eventsourcing-core-0.4.8.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.otto.edison.eventsourcing.inmemory

├─ de.otto.edison.eventsourcing.inmemory.InMemoryEventSender.class - [JAR]

├─ de.otto.edison.eventsourcing.inmemory.InMemoryEventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.inmemory.InMemoryStream.class - [JAR]

de.otto.edison.eventsourcing.kinesis

├─ de.otto.edison.eventsourcing.kinesis.KinesisEvent.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.KinesisEventSender.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.KinesisEventSenderFactory.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.KinesisEventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.KinesisShard.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.KinesisShardIterator.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.KinesisStream.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.RetryPutRecordsKinesisClient.class - [JAR]

├─ de.otto.edison.eventsourcing.kinesis.ShardPosition.class - [JAR]

de.otto.edison.eventsourcing.annotation

├─ de.otto.edison.eventsourcing.annotation.BeanNameHelper.class - [JAR]

├─ de.otto.edison.eventsourcing.annotation.EnableEventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.annotation.EnableEventSources.class - [JAR]

├─ de.otto.edison.eventsourcing.annotation.EventSourceBeanRegistrar.class - [JAR]

├─ de.otto.edison.eventsourcing.annotation.EventSourceConsumer.class - [JAR]

├─ de.otto.edison.eventsourcing.annotation.EventSourceConsumerBeanPostProcessor.class - [JAR]

de.otto.edison.eventsourcing.consumer

├─ de.otto.edison.eventsourcing.consumer.AbstractEventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.DefaultEventConsumer.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.EventConsumer.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.EventConsumers.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.EventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.EventSourceConsumerProcess.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.EventSourceNotification.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.MethodInvokingEventConsumer.class - [JAR]

├─ de.otto.edison.eventsourcing.consumer.StreamPosition.class - [JAR]

de.otto.edison.eventsourcing.compaction

├─ de.otto.edison.eventsourcing.compaction.CompactionService.class - [JAR]

de.otto.edison.eventsourcing

├─ de.otto.edison.eventsourcing.CompactingKinesisEventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.CompactingKinesisEventSourceBuilder.class - [JAR]

├─ de.otto.edison.eventsourcing.DelegateEventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.EventSender.class - [JAR]

├─ de.otto.edison.eventsourcing.EventSenderFactory.class - [JAR]

├─ de.otto.edison.eventsourcing.EventSourceBuilder.class - [JAR]

├─ de.otto.edison.eventsourcing.KinesisEventSourceBuilder.class - [JAR]

├─ de.otto.edison.eventsourcing.SnapshotEventSourceBuilder.class - [JAR]

de.otto.edison.eventsourcing.state

├─ de.otto.edison.eventsourcing.state.ChronicleMapStateRepository.class - [JAR]

├─ de.otto.edison.eventsourcing.state.DefaultStateRepository.class - [JAR]

├─ de.otto.edison.eventsourcing.state.StateRepository.class - [JAR]

de.otto.edison.eventsourcing.s3.local

├─ de.otto.edison.eventsourcing.s3.local.BucketItem.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.local.LocalS3Client.class - [JAR]

de.otto.edison.eventsourcing.s3

├─ de.otto.edison.eventsourcing.s3.SnapshotConsumerService.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.SnapshotEventSource.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.SnapshotFileTimestampParser.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.SnapshotReadService.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.SnapshotStreamPosition.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.SnapshotUtils.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.SnapshotWriteService.class - [JAR]

├─ de.otto.edison.eventsourcing.s3.TempFileService.class - [JAR]

de.otto.edison.eventsourcing.configuration

├─ de.otto.edison.eventsourcing.configuration.EventSourceConsumerProcessConfiguration.class - [JAR]

├─ de.otto.edison.eventsourcing.configuration.EventSourcingBootstrapConfiguration.class - [JAR]

├─ de.otto.edison.eventsourcing.configuration.EventSourcingConfiguration.class - [JAR]

├─ de.otto.edison.eventsourcing.configuration.EventSourcingProperties.class - [JAR]

├─ de.otto.edison.eventsourcing.configuration.KinesisConfiguration.class - [JAR]

├─ de.otto.edison.eventsourcing.configuration.SnapshotConfiguration.class - [JAR]

├─ de.otto.edison.eventsourcing.configuration.StateRepositoryConfiguration.class - [JAR]

de.otto.edison.eventsourcing.event

├─ de.otto.edison.eventsourcing.event.Event.class - [JAR]

├─ de.otto.edison.eventsourcing.event.EventBody.class - [JAR]

Advertisement

Dependencies from Group

Aug 08, 2023
20 usages
117 stars
Aug 08, 2023
18 usages
117 stars
Aug 08, 2023
6 usages
117 stars
Aug 08, 2023
5 usages
117 stars
Jan 30, 2020
5 usages
40 stars

Discover Dependencies

Jun 09, 2023
3 stars
Dec 16, 2022
35 usages
0 stars
May 16, 2023
1 usages
27 stars
Nov 28, 2017
0 stars
Dec 21, 2021
22 stars
Jan 11, 2018