class JdbcOffsetStore[S <: JdbcSession] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- JdbcOffsetStore
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JdbcOffsetStore(system: ActorSystem[_], settings: JdbcSettings, jdbcSessionFactory: () => S)
- new JdbcOffsetStore(system: ActorSystem[_], settings: JdbcSettings, jdbcSessionFactory: () => S, clock: Clock)
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 clearOffset(projectionId: ProjectionId): Future[Done]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createIfNotExists(): Future[Done]
- def dropIfExists(): Future[Done]
- 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 hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def readManagementState(projectionId: ProjectionId): Future[Option[ManagementState]]
- def readOffset[Offset](projectionId: ProjectionId): Future[Option[Offset]]
- def saveOffset[Offset](projectionId: ProjectionId, offset: Offset): Future[Done]
Like saveOffset, but async.
Like saveOffset, but async. Useful for resetting an offset
- def saveOffsetBlocking[Offset](conn: Connection, projectionId: ProjectionId, offset: Offset): Done
This method is explicitly made non-async because it's used together with the users' handler code and run inside the same Future
- def savePaused(projectionId: ProjectionId, paused: Boolean): Future[Done]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()