final class V2JournalRowWriteDriver extends JournalRowWriteDriver
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- V2JournalRowWriteDriver
- JournalRowWriteDriver
- JournalRowReadDriver
- JournalRowDriver
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new V2JournalRowWriteDriver(pluginContext: JournalPluginContext, asyncClient: Option[DynamoDbAsyncClient], syncClient: Option[DynamoDbClient])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val asyncClient: Option[DynamoDbAsyncClient]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def dispose(): Unit
- Definition Classes
- V2JournalRowWriteDriver → JournalRowDriver
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getJournalRows(persistenceId: PersistenceId, toSequenceNr: SequenceNumber, deleted: Boolean): Source[Seq[JournalRow], NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowReadDriver
- def getJournalRows(persistenceId: PersistenceId, fromSequenceNr: SequenceNumber, toSequenceNr: SequenceNumber, max: Long, deleted: Option[Boolean] = Some(false)): Source[JournalRow, NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowReadDriver
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def highestSequenceNr(persistenceId: PersistenceId, fromSequenceNr: Option[SequenceNumber], deleted: Option[Boolean]): Source[Option[Long], NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowReadDriver
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val logLevels: Attributes
- Attributes
- protected
- Definition Classes
- JournalRowDriver
- def multiDeleteJournalRowsFlow: Flow[Seq[PersistenceIdWithSeqNr], Long, NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowWriteDriver
- def multiPutJournalRowsFlow: Flow[Seq[JournalRow], Long, NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowWriteDriver
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pluginContext: JournalPluginContext
- def singleDeleteJournalRowFlow: Flow[PersistenceIdWithSeqNr, Long, NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowWriteDriver
- def singlePutJournalRowFlow: Flow[JournalRow, Long, NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowWriteDriver
- val syncClient: Option[DynamoDbClient]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def system: ActorSystem
- Definition Classes
- V2JournalRowWriteDriver → JournalRowDriver
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateMessage(journalRow: JournalRow): Source[Unit, NotUsed]
- Definition Classes
- V2JournalRowWriteDriver → JournalRowWriteDriver
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()