Class

akka.persistence.jdbc.journal

JdbcAsyncWriteJournal

Related Doc: package journal

Permalink

class JdbcAsyncWriteJournal extends SlickAsyncWriteJournal

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcAsyncWriteJournal
  2. SlickAsyncWriteJournal
  3. EventsByPersistenceIdTagSubscriberRegistry
  4. EventsByTagSubscriberRegistry
  5. EventsByPersistenceIdRegistry
  6. AllPersistenceIdsSubscriberRegistry
  7. AsyncWriteJournal
  8. AsyncRecovery
  9. WriteJournalBase
  10. Actor
  11. AnyRef
  12. 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: Seq[String]): Flow[Try[Iterable[SerializationResult]], Try[Iterable[SerializationResult]], NotUsed]

    Permalink
    Attributes
    protected
    Definition Classes
    AllPersistenceIdsSubscriberRegistry
  5. def aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Actor
  17. implicit val ec: ExecutionContext

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. def eventsByPersistenceIdAndTagFlow(atomicWrites: Iterable[AtomicWrite]): Flow[Try[Iterable[SerializationResult]], Try[Iterable[SerializationResult]], NotUsed]

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByPersistenceIdTagSubscriberRegistry
  21. def eventsByPersistenceIdFlow(atomicWrites: Iterable[AtomicWrite]): Flow[Try[Iterable[SerializationResult]], Try[Iterable[SerializationResult]], NotUsed]

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByPersistenceIdRegistry
  22. def eventsByTagFlow(atomicWrites: Iterable[AtomicWrite]): Flow[Try[Iterable[SerializationResult]], Try[Iterable[SerializationResult]], NotUsed]

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByTagSubscriberRegistry
  23. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    SlickAsyncWriteJournal
  26. def hasAllPersistenceIdsSubscribers: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    AllPersistenceIdsSubscriberRegistry
  27. def hasEventsByPersistenceIdSubscribers: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByPersistenceIdRegistry
  28. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  30. val journalDao: JournalDao

    Permalink
  31. implicit val mat: Materializer

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

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  35. val persistence: Persistence

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    AllPersistenceIdsSubscriberRegistry
  43. def receiveEventsByPersistenceIdAndTagRegistry: actor.Actor.Receive

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByPersistenceIdTagSubscriberRegistry
  44. def receiveEventsByPersistenceIdRegistry: actor.Actor.Receive

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByPersistenceIdRegistry
  45. def receiveEventsByTagRegistry: actor.Actor.Receive

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByTagSubscriberRegistry
  46. def receivePluginInternal: Receive

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

    Permalink
    Definition Classes
    AsyncWriteJournal
  48. implicit final val self: ActorRef

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

    Permalink
    Attributes
    protected
    Definition Classes
    AllPersistenceIdsSubscriberRegistry
  50. def sendEventsByPersistenceIdAndTagSubscriberTerminated(ref: ActorRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByPersistenceIdTagSubscriberRegistry
  51. def sendEventsByPersistenceIdSubscriberTerminated(ref: ActorRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByPersistenceIdRegistry
  52. def sendEventsByTagSubscriberTerminated(ref: ActorRef): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    EventsByTagSubscriberRegistry
  53. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  54. def separatorChar: String

    Permalink
  55. val serializationFacade: SerializationFacade

    Permalink
  56. val serialize: Boolean

    Permalink
  57. def subscriberKey(persistenceId: String, tag: String): String

    Permalink
  58. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  60. implicit val system: ActorSystem

    Permalink
  61. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. 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