jar

org.apache.pekko : pekko-persistence-r2dbc_3

Maven & Gradle

Dec 27, 2023
13 stars

pekko-persistence-r2dbc · An Apache Pekko Persistence implementation backed by SQL database with R2DBC

Table Of Contents

Latest Version

Download org.apache.pekko : pekko-persistence-r2dbc_3 JAR file - Latest Versions:

All Versions

Download org.apache.pekko : pekko-persistence-r2dbc_3 JAR file - All Versions:

Version Vulnerabilities Size Updated
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 pekko-persistence-r2dbc_3-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.pekko.persistence.r2dbc

├─ org.apache.pekko.persistence.r2dbc.ConnectionFactoryProvider.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.ConnectionFactorySettings.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.Dialect.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.QuerySettings.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.R2dbcSettings.class - [JAR]

org.apache.pekko.persistence.r2dbc.query

├─ org.apache.pekko.persistence.r2dbc.query.R2dbcReadJournalProvider.class - [JAR]

org.apache.pekko.persistence.r2dbc.journal

├─ org.apache.pekko.persistence.r2dbc.journal.JournalDao.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.journal.R2dbcJournal.class - [JAR]

org.apache.pekko.persistence.r2dbc.state.scaladsl

├─ org.apache.pekko.persistence.r2dbc.state.scaladsl.DurableStateDao.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.state.scaladsl.R2dbcDurableStateStore.class - [JAR]

org.apache.pekko.persistence.r2dbc.query.javadsl

├─ org.apache.pekko.persistence.r2dbc.query.javadsl.R2dbcReadJournal.class - [JAR]

org.apache.pekko.persistence.r2dbc.query.scaladsl

├─ org.apache.pekko.persistence.r2dbc.query.scaladsl.QueryDao.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.query.scaladsl.R2dbcReadJournal.class - [JAR]

org.apache.pekko.persistence.r2dbc.snapshot

├─ org.apache.pekko.persistence.r2dbc.snapshot.R2dbcSnapshotStore.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.snapshot.SnapshotDao.class - [JAR]

org.apache.pekko.persistence.r2dbc.state

├─ org.apache.pekko.persistence.r2dbc.state.R2dbcDurableStateStoreProvider.class - [JAR]

org.apache.pekko.persistence.r2dbc.internal

├─ org.apache.pekko.persistence.r2dbc.internal.BySliceQuery.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.internal.ContinuousQuery.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.internal.PubSub.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.internal.R2dbcExecutor.class - [JAR]

├─ org.apache.pekko.persistence.r2dbc.internal.Sql.class - [JAR]

org.apache.pekko.persistence.r2dbc.state.javadsl

├─ org.apache.pekko.persistence.r2dbc.state.javadsl.R2dbcDurableStateStore.class - [JAR]