All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Search JAR files by class name

Download eventsourcing-core JAR 0.4.8 with all dependencies


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

Files of the artifact eventsourcing-core version 0.4.8 from the group de.otto.edison.

Test

Download eventsourcing-core (0.4.8)
Artifact eventsourcing-core
Group de.otto.edison
Version 0.4.8
Last update 16. February 2018
Organization not specified
URL http://github.com/otto-de/edison-eventsourcing
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!
The newest version!
Show more of this group  Show more artifacts with this name
Show all versions of eventsourcing-core Show documentation

Please rate this JAR file. Is it a good library?

0 downloads

Source code of eventsourcing-core version 0.4.8

META-INF
META-INF.META-INF.MANIFEST.MF
de.otto.edison.eventsourcing
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.CompactingKinesisEventSource
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.CompactingKinesisEventSourceBuilder
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.DelegateEventSource
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.EventSender
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.EventSenderFactory
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.EventSourceBuilder
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.KinesisEventSourceBuilder
de.otto.edison.eventsourcing.de.otto.edison.eventsourcing.SnapshotEventSourceBuilder
de.otto.edison.eventsourcing.annotation
de.otto.edison.eventsourcing.annotation.de.otto.edison.eventsourcing.annotation.BeanNameHelper
de.otto.edison.eventsourcing.annotation.de.otto.edison.eventsourcing.annotation.EnableEventSource
de.otto.edison.eventsourcing.annotation.de.otto.edison.eventsourcing.annotation.EnableEventSources
de.otto.edison.eventsourcing.annotation.de.otto.edison.eventsourcing.annotation.EventSourceBeanRegistrar
de.otto.edison.eventsourcing.annotation.de.otto.edison.eventsourcing.annotation.EventSourceConsumer
de.otto.edison.eventsourcing.annotation.de.otto.edison.eventsourcing.annotation.EventSourceConsumerBeanPostProcessor
de.otto.edison.eventsourcing.compaction
de.otto.edison.eventsourcing.compaction.de.otto.edison.eventsourcing.compaction.CompactionService
de.otto.edison.eventsourcing.configuration
de.otto.edison.eventsourcing.configuration.de.otto.edison.eventsourcing.configuration.EventSourceConsumerProcessConfiguration
de.otto.edison.eventsourcing.configuration.de.otto.edison.eventsourcing.configuration.EventSourcingBootstrapConfiguration
de.otto.edison.eventsourcing.configuration.de.otto.edison.eventsourcing.configuration.EventSourcingConfiguration
de.otto.edison.eventsourcing.configuration.de.otto.edison.eventsourcing.configuration.EventSourcingProperties
de.otto.edison.eventsourcing.configuration.de.otto.edison.eventsourcing.configuration.KinesisConfiguration
de.otto.edison.eventsourcing.configuration.de.otto.edison.eventsourcing.configuration.SnapshotConfiguration
de.otto.edison.eventsourcing.configuration.de.otto.edison.eventsourcing.configuration.StateRepositoryConfiguration
de.otto.edison.eventsourcing.consumer
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.AbstractEventSource
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.DefaultEventConsumer
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.EventConsumer
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.EventConsumers
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.EventSource
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.EventSourceConsumerProcess
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.EventSourceNotification
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.MethodInvokingEventConsumer
de.otto.edison.eventsourcing.consumer.de.otto.edison.eventsourcing.consumer.StreamPosition
de.otto.edison.eventsourcing.event
de.otto.edison.eventsourcing.event.de.otto.edison.eventsourcing.event.Event
de.otto.edison.eventsourcing.event.de.otto.edison.eventsourcing.event.EventBody
de.otto.edison.eventsourcing.inmemory
de.otto.edison.eventsourcing.inmemory.de.otto.edison.eventsourcing.inmemory.InMemoryEventSender
de.otto.edison.eventsourcing.inmemory.de.otto.edison.eventsourcing.inmemory.InMemoryEventSource
de.otto.edison.eventsourcing.inmemory.de.otto.edison.eventsourcing.inmemory.InMemoryStream
de.otto.edison.eventsourcing.kinesis
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.KinesisEvent
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.KinesisEventSender
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.KinesisEventSenderFactory
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.KinesisEventSource
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.KinesisShard
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.KinesisShardIterator
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.KinesisStream
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.RetryPutRecordsKinesisClient
de.otto.edison.eventsourcing.kinesis.de.otto.edison.eventsourcing.kinesis.ShardPosition
de.otto.edison.eventsourcing.s3
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.SnapshotConsumerService
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.SnapshotEventSource
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.SnapshotFileTimestampParser
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.SnapshotReadService
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.SnapshotStreamPosition
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.SnapshotUtils
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.SnapshotWriteService
de.otto.edison.eventsourcing.s3.de.otto.edison.eventsourcing.s3.TempFileService
de.otto.edison.eventsourcing.s3.local
de.otto.edison.eventsourcing.s3.local.de.otto.edison.eventsourcing.s3.local.BucketItem
de.otto.edison.eventsourcing.s3.local.de.otto.edison.eventsourcing.s3.local.LocalS3Client
de.otto.edison.eventsourcing.state
de.otto.edison.eventsourcing.state.de.otto.edison.eventsourcing.state.ChronicleMapStateRepository
de.otto.edison.eventsourcing.state.de.otto.edison.eventsourcing.state.DefaultStateRepository
de.otto.edison.eventsourcing.state.de.otto.edison.eventsourcing.state.StateRepository




© 2015 - 2025 Weber Informatics LLC | Privacy Policy