class JdbcDurableStateStore[A] extends DurableStateUpdateStore[A] with DurableStateStoreQuery[A]
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- JdbcDurableStateStore
 - DurableStateStoreQuery
 - DurableStateUpdateStore
 - DurableStateStore
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new JdbcDurableStateStore(configPath: String, db: JdbcDatabaseDef, profile: JdbcProfile, durableStateConfig: DurableStateTableConfiguration, serialization: Serialization)(implicit system: ExtendedActorSystem)
 
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
 
 -    def changes(tag: String, offset: Offset): Source[DurableStateChange[A], NotUsed]
- Definition Classes
 - JdbcDurableStateStore → DurableStateStoreQuery
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
 
 -  val configPath: String
 -    def currentChanges(tag: String, offset: Offset): Source[DurableStateChange[A], NotUsed]
- Definition Classes
 - JdbcDurableStateStore → DurableStateStoreQuery
 
 -  def deleteAllFromDb(): Future[Int]
 -    def deleteObject(persistenceId: String, revision: Long): Future[Done]
- Definition Classes
 - JdbcDurableStateStore → DurableStateUpdateStore
 
 -  implicit val ec: ExecutionContext
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def equals(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def getObject(persistenceId: String): Future[GetObjectResult[A]]
- Definition Classes
 - JdbcDurableStateStore → DurableStateStore
 
 -    def hashCode(): Int
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  implicit val mat: Materializer
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -  val profile: JdbcProfile
 -  lazy val queries: DurableStateQueries
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -  implicit val system: ExtendedActorSystem
 -    def toString(): String
- Definition Classes
 - AnyRef → Any
 
 -    def upsertObject(persistenceId: String, revision: Long, value: A, tag: String): Future[Done]
- Definition Classes
 - JdbcDurableStateStore → DurableStateUpdateStore
 
 -   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()
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 
Deprecated Value Members
-    def deleteObject(persistenceId: String): Future[Done]
- Definition Classes
 - JdbcDurableStateStore → DurableStateUpdateStore
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 5.2.0) Use the deleteObject overload with revision instead.
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable]) @Deprecated
 - Deprecated
 (Since version 9)