object DurableStateSourceProvider
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def changesBySlices[A](system: ActorSystem[_], durableStateStoreQuery: DurableStateStoreBySliceQuery[A], entityType: String, minSlice: Int, maxSlice: Int): SourceProvider[Offset, DurableStateChange[A]]
- def changesBySlices[A](system: ActorSystem[_], durableStateStoreQueryPluginId: String, entityType: String, minSlice: Int, maxSlice: Int): SourceProvider[Offset, DurableStateChange[A]]
- def changesByTag[A](system: ActorSystem[_], durableStateStoreQuery: DurableStateStoreQuery[A], tag: String): SourceProvider[Offset, DurableStateChange[A]]
- def changesByTag[A](system: ActorSystem[_], pluginId: String, tag: String): SourceProvider[Offset, DurableStateChange[A]]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def sliceForPersistenceId(system: ActorSystem[_], durableStateStoreQueryPluginId: String, persistenceId: String): Int
- def sliceRanges(system: ActorSystem[_], durableStateStoreQueryPluginId: String, numberOfRanges: Int): List[Pair[Integer, Integer]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def changesBySlices[A](system: ActorSystem[_], durableStateStoreQuery: DurableStateStoreBySliceQuery[A], entityType: String, minSlice: Int, maxSlice: Int): SourceProvider[Offset, DurableStateChange[A]]
- def changesBySlices[A](system: ActorSystem[_], durableStateStoreQueryPluginId: String, entityType: String, minSlice: Int, maxSlice: Int): SourceProvider[Offset, DurableStateChange[A]]
- def changesByTag[A](system: ActorSystem[_], durableStateStoreQuery: DurableStateStoreQuery[A], tag: String): SourceProvider[Offset, DurableStateChange[A]]
- def changesByTag[A](system: ActorSystem[_], pluginId: String, tag: String): SourceProvider[Offset, DurableStateChange[A]]
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- def equals(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- final def isInstanceOf[T0]: Boolean
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def sliceForPersistenceId(system: ActorSystem[_], durableStateStoreQueryPluginId: String, persistenceId: String): Int
- def sliceRanges(system: ActorSystem[_], durableStateStoreQueryPluginId: String, numberOfRanges: Int): List[Pair[Integer, Integer]]
- final def synchronized[T0](arg0: => T0): T0
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit