jar

com.github.sorokinigor : akka-persistence-hazelcast_2.11

Maven & Gradle

Jun 30, 2019
8 stars

Akka Persistence Hazelcast · An extension to Akka Persistence, which stores journals and snapshots in Hazelcast.

Table Of Contents

Latest Version

Download com.github.sorokinigor : akka-persistence-hazelcast_2.11 JAR file - Latest Versions:

All Versions

Download com.github.sorokinigor : akka-persistence-hazelcast_2.11 JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.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 akka-persistence-hazelcast_2.11-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

akka.persistence.hazelcast

├─ akka.persistence.hazelcast.HazelcastExtension.class - [JAR]

├─ akka.persistence.hazelcast.HighestSequenceNrProcessor.class - [JAR]

├─ akka.persistence.hazelcast.Id.class - [JAR]

├─ akka.persistence.hazelcast.Journal.class - [JAR]

├─ akka.persistence.hazelcast.SnapshotStore.class - [JAR]

akka.persistence.hazelcast.util

├─ akka.persistence.hazelcast.util.DeleteProcessor.class - [JAR]

├─ akka.persistence.hazelcast.util.LongExtractor.class - [JAR]

├─ akka.persistence.hazelcast.util.SerializerAdapter.class - [JAR]

Advertisement