Class

akka.persistence.jdbc.journal

JdbcAsyncWriteJournal

Related Doc: package journal

Permalink

class JdbcAsyncWriteJournal extends SlickAsyncWriteJournal

Linear Supertypes
SlickAsyncWriteJournal, EventsByPersistenceIdRegistry, AllPersistenceIdsSubscriberRegistry, AsyncWriteJournal, AsyncRecovery, WriteJournalBase, Actor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JdbcAsyncWriteJournal
  2. SlickAsyncWriteJournal
  3. EventsByPersistenceIdRegistry
  4. AllPersistenceIdsSubscriberRegistry
  5. AsyncWriteJournal
  6. AsyncRecovery
  7. WriteJournalBase
  8. Actor
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JdbcAsyncWriteJournal()

    Permalink

Type Members

  1. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addAllPersistenceIdsFlow(persistenceIdsNotInJournal: List[String]): Flow[Try[Iterable[Serialized]], Try[Iterable[Serialized]], Unit]

    Permalink
  5. def addAllPersistenceIdsSubscriber(subscriber: ActorRef): Unit

    Permalink
  6. def addEventsByPersistenceIdSubscribers(subscriber: ActorRef, persistenceId: String): Unit

    Permalink
  7. var allPersistenceIdsSubscribers: Set[ActorRef]

    Permalink
  8. def aroundPostRestart(reason: Throwable): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  9. def aroundPostStop(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  10. def aroundPreRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  11. def aroundPreStart(): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  12. def aroundReceive(receive: actor.Actor.Receive, msg: Any): Unit

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Actor
  13. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  14. def asyncDeleteMessagesTo(persistenceId: String, toSequenceNr: Long): Future[Unit]

    Permalink
    Definition Classes
    SlickAsyncWriteJournal → AsyncWriteJournal
  15. def asyncReadHighestSequenceNr(persistenceId: String, fromSequenceNr: Long): Future[Long]

    Permalink
    Definition Classes
    SlickAsyncWriteJournal → AsyncRecovery
  16. def asyncReplayMessages(persistenceId: String, fromSequenceNr: Long, toSequenceNr: Long, max: Long)(recoveryCallback: (PersistentRepr) ⇒ Unit): Future[Unit]

    Permalink
    Definition Classes
    SlickAsyncWriteJournal → AsyncRecovery
  17. def asyncWriteMessages(messages: Seq[AtomicWrite]): Future[Seq[Try[Unit]]]

    Permalink
    Definition Classes
    SlickAsyncWriteJournal → AsyncWriteJournal
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. implicit val context: ActorContext

    Permalink
    Definition Classes
    Actor
  20. implicit val ec: ExecutionContext

    Permalink
  21. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  23. def eventsByPersistenceIdFlow(atomicWrites: Iterable[AtomicWrite]): Flow[Try[Iterable[Serialized]], Try[Iterable[Serialized]], Unit]

    Permalink
  24. val eventsByPersistenceIdSubscribers: HashMap[String, Set[ActorRef]] with MultiMap[String, ActorRef]

    Permalink
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def handleTerminated: Receive

    Permalink
    Definition Classes
    SlickAsyncWriteJournal
  28. def hasAllPersistenceIdsSubscribers: Boolean

    Permalink
  29. def hasEventsByPersistenceIdSubscribers: Boolean

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val journalDao: JournalDao

    Permalink
  33. implicit val mat: Materializer

    Permalink
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def newPersistenceIdAdded(id: String): Unit

    Permalink
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. val persistence: Persistence

    Permalink
    Definition Classes
    WriteJournalBase
  39. def postRestart(reason: Throwable): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. def postStop(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def preStart(): Unit

    Permalink
    Definition Classes
    Actor
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. def preparePersistentBatch(rb: Seq[PersistentEnvelope]): Seq[AtomicWrite]

    Permalink
    Attributes
    protected
    Definition Classes
    WriteJournalBase
  44. final def receive: PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    AsyncWriteJournal → Actor
  45. def receiveAllPersistenceIdsSubscriber: actor.Actor.Receive

    Permalink
  46. def receiveEventsByPersistenceIdRegistry: actor.Actor.Receive

    Permalink
  47. def receivePluginInternal: Receive

    Permalink
    Definition Classes
    SlickAsyncWriteJournal → AsyncWriteJournal
  48. final val receiveWriteJournal: actor.Actor.Receive

    Permalink
    Definition Classes
    AsyncWriteJournal
  49. def removeAllPersistenceIdsSubscriber(subscriber: ActorRef): Unit

    Permalink
  50. def removeEventsByPersistenceIdSubscribers(subscriber: ActorRef): Unit

    Permalink
  51. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  52. def sendAllPersistenceIdsSubscriberTerminated(ref: ActorRef): Unit

    Permalink
  53. def sendEventsByPersistenceIdSubscriberTerminated(ref: ActorRef): Unit

    Permalink
  54. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  55. val serializationFacade: SerializationFacade

    Permalink
  56. def supervisorStrategy: SupervisorStrategy

    Permalink
    Definition Classes
    Actor
  57. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  58. implicit val system: ActorSystem

    Permalink
  59. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  60. def unhandled(message: Any): Unit

    Permalink
    Definition Classes
    Actor
  61. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from SlickAsyncWriteJournal

Inherited from AsyncWriteJournal

Inherited from AsyncRecovery

Inherited from WriteJournalBase

Inherited from Actor

Inherited from AnyRef

Inherited from Any

Ungrouped