jar

io.github.thehonesttech : zio-entity-core_2.13

Maven & Gradle

Nov 04, 2021
2 usages
112 stars

Core library · Zio-Entity, a distributed, high performance, functional event sourcing library

Table Of Contents

Latest Version

Download io.github.thehonesttech : zio-entity-core_2.13 JAR file - Latest Versions:

All Versions

Download io.github.thehonesttech : zio-entity-core_2.13 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 zio-entity-core_2.13-0.0.26.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

zio.entity.core.snapshot

├─ zio.entity.core.snapshot.KeyValueStore.class - [JAR]

├─ zio.entity.core.snapshot.MemoryKeyValueStore.class - [JAR]

├─ zio.entity.core.snapshot.NoOpKeyValueStore.class - [JAR]

├─ zio.entity.core.snapshot.NoSnapshot.class - [JAR]

├─ zio.entity.core.snapshot.SnapshotEach.class - [JAR]

├─ zio.entity.core.snapshot.Snapshotting.class - [JAR]

zio.entity.readside

├─ zio.entity.readside.KillSwitch.class - [JAR]

├─ zio.entity.readside.ReadSideParams.class - [JAR]

├─ zio.entity.readside.ReadSideProcess.class - [JAR]

├─ zio.entity.readside.ReadSideProcessing.class - [JAR]

├─ zio.entity.readside.ReadSideProcessor.class - [JAR]

├─ zio.entity.readside.RunningProcess.class - [JAR]

zio.entity.core

├─ zio.entity.core.AlgebraBehaviour.class - [JAR]

├─ zio.entity.core.AlgebraCombinatorConfig.class - [JAR]

├─ zio.entity.core.Behaviour.class - [JAR]

├─ zio.entity.core.Combinators.class - [JAR]

├─ zio.entity.core.Entity.class - [JAR]

├─ zio.entity.core.EventSourcedBehaviour.class - [JAR]

├─ zio.entity.core.Fold.class - [JAR]

├─ zio.entity.core.KeyAlgebraSender.class - [JAR]

├─ zio.entity.core.KeyedAlgebraCombinators.class - [JAR]

├─ zio.entity.core.LocalRuntime.class - [JAR]

├─ zio.entity.core.LocalRuntimeWithProtocol.class - [JAR]

├─ zio.entity.core.MemoryStores.class - [JAR]

├─ zio.entity.core.NoOpStores.class - [JAR]

├─ zio.entity.core.Stores.class - [JAR]

├─ zio.entity.core.StoresFactory.class - [JAR]

├─ zio.entity.core.StoresForEntity.class - [JAR]

├─ zio.entity.core.StringDecoder.class - [JAR]

├─ zio.entity.core.StringEncoder.class - [JAR]

zio.entity.serializer

├─ zio.entity.serializer.SchemaCodec.class - [JAR]

├─ zio.entity.serializer.SchemaDecoder.class - [JAR]

├─ zio.entity.serializer.SchemaEncoder.class - [JAR]

zio.entity.macros

├─ zio.entity.macros.BoopickleCodec.class - [JAR]

├─ zio.entity.macros.Codec.class - [JAR]

├─ zio.entity.macros.Decoder.class - [JAR]

├─ zio.entity.macros.DeriveMacros.class - [JAR]

├─ zio.entity.macros.Encoder.class - [JAR]

├─ zio.entity.macros.RpcMacro.class - [JAR]

zio.entity.data

├─ zio.entity.data.CommandInvocation.class - [JAR]

├─ zio.entity.data.CommandResult.class - [JAR]

├─ zio.entity.data.Committable.class - [JAR]

├─ zio.entity.data.ConsumerId.class - [JAR]

├─ zio.entity.data.EntityCommand.class - [JAR]

├─ zio.entity.data.EntityEvent.class - [JAR]

├─ zio.entity.data.EntityProtocol.class - [JAR]

├─ zio.entity.data.EventTag.class - [JAR]

├─ zio.entity.data.Invocation.class - [JAR]

├─ zio.entity.data.TagConsumer.class - [JAR]

├─ zio.entity.data.Tagging.class - [JAR]

├─ zio.entity.data.Versioned.class - [JAR]

zio.entity.test

├─ zio.entity.test.EntityProbe.class - [JAR]

├─ zio.entity.test.TestEntityRuntime.class - [JAR]

├─ zio.entity.test.TestMemoryStores.class - [JAR]

├─ zio.entity.test.TestReadSideEntity.class - [JAR]

zio.entity.core.journal

├─ zio.entity.core.journal.CommittableJournalQuery.class - [JAR]

├─ zio.entity.core.journal.CommittableJournalStore.class - [JAR]

├─ zio.entity.core.journal.EventJournal.class - [JAR]

├─ zio.entity.core.journal.JournalEntry.class - [JAR]

├─ zio.entity.core.journal.JournalQuery.class - [JAR]

├─ zio.entity.core.journal.MemoryCommitableEventJournal.class - [JAR]

├─ zio.entity.core.journal.MemoryEventJournal.class - [JAR]

├─ zio.entity.core.journal.NoOpEventJournal.class - [JAR]

├─ zio.entity.core.journal.TestEventStore.class - [JAR]

zio.entity.annotations

├─ zio.entity.annotations.Id.class - [JAR]

zio.entity.serializer.protobuf

├─ zio.entity.serializer.protobuf.ProtobufCodecs.class - [JAR]