Class/Object

pl.newicom.dddd.scheduling

Scheduler

Related Docs: object Scheduler | package scheduling

Permalink

class Scheduler extends AggregateRoot[SchedulerEvent, State, Scheduler]

Self Type
Scheduler with EventPublisher
Linear Supertypes
AggregateRoot[SchedulerEvent, State, Scheduler], CollaborationSupport[SchedulerEvent], AggregateRootBase, PersistentActorLogging, Deduplication, ReceivePipeline, EventMessageFactory, EventHandler, PersistentActor, Eventsourced, PersistenceRecovery, PersistenceIdentity, PersistenceStash, StashFactory, Stash, RequiresMessageQueue[DequeBasedMessageQueueSemantics], UnrestrictedStash, StashSupport, Snapshotter, GracefulPassivation, Actor, BusinessEntity, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scheduler
  2. AggregateRoot
  3. CollaborationSupport
  4. AggregateRootBase
  5. PersistentActorLogging
  6. Deduplication
  7. ReceivePipeline
  8. EventMessageFactory
  9. EventHandler
  10. PersistentActor
  11. Eventsourced
  12. PersistenceRecovery
  13. PersistenceIdentity
  14. PersistenceStash
  15. StashFactory
  16. Stash
  17. RequiresMessageQueue
  18. UnrestrictedStash
  19. StashSupport
  20. Snapshotter
  21. GracefulPassivation
  22. Actor
  23. BusinessEntity
  24. AnyRef
  25. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scheduler(pc: PassivationConfig)(implicit officeID: LocalOfficeId[Scheduler])

    Permalink

Type Members

  1. case class Collaboration extends Eventually[Event] with Product with Serializable

    Permalink
    Definition Classes
    CollaborationSupport
  2. implicit class CollaborationBuilder extends AnyRef

    Permalink
    Definition Classes
    CollaborationSupport
  3. type HandleCommand = PartialFunction[Any, Eventually[SchedulerEvent]]

    Permalink
    Definition Classes
    AggregateRoot
  4. 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 acknowledgeCommandProcessed(msg: CommandMessage, result: Try[Any]): Unit

    Permalink
    Definition Classes
    AggregateRootBase
  5. def aroundPostRestart(reason: Throwable): Unit

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

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

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

    Permalink
    Attributes
    protected[akka]
    Definition Classes
    Eventsourced → Actor
  9. def aroundReceive(receive: (Scheduler.this)#Receive, msg: Any): Unit

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

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Actor
  13. def currentCommandMessage: CommandMessage

    Permalink
    Definition Classes
    AggregateRootBase
  14. def currentCommandSender: ActorRef

    Permalink
    Definition Classes
    AggregateRootBase
  15. def deferAsync[A](event: A)(handler: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Eventsourced
  16. def deleteMessages(toSequenceNr: Long): Unit

    Permalink
    Definition Classes
    Eventsourced
  17. def deleteSnapshot(sequenceNr: Long): Unit

    Permalink
    Definition Classes
    Snapshotter
  18. def deleteSnapshots(criteria: SnapshotSelectionCriteria): Unit

    Permalink
    Definition Classes
    Snapshotter
  19. def department: String

    Permalink
    Definition Classes
    AggregateRoot → BusinessEntity
  20. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def handle(senderRef: ActorRef, events: Seq[OfficeEventMessage]): Unit

    Permalink
    Definition Classes
    AggregateRootBase → EventHandler
  25. def handleCommand: (Scheduler.this)#HandleCommand

    Permalink
    Definition Classes
    Scheduler → AggregateRoot
  26. def handleDuplicated(msg: Message): Unit

    Permalink
    Definition Classes
    AggregateRootBase → Deduplication
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def id: EntityId

    Permalink
    Definition Classes
    AggregateRootBase → BusinessEntity
  29. def initialized: Boolean

    Permalink
    Definition Classes
    AggregateRoot
  30. def internalStashOverflowStrategy: StashOverflowStrategy

    Permalink
    Definition Classes
    PersistenceStash
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. def journalPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  33. def lastSequenceNr: Long

    Permalink
    Definition Classes
    Eventsourced
  34. def loadSnapshot(persistenceId: String, criteria: SnapshotSelectionCriteria, toSequenceNr: Long): Unit

    Permalink
    Definition Classes
    Snapshotter
  35. def log(mode: LoggingMode): LoggingAdapter

    Permalink
    Definition Classes
    PersistentActorLogging
  36. def log: LoggingAdapter

    Permalink
    Definition Classes
    PersistentActorLogging
  37. def messageProcessed(msg: Message): Unit

    Permalink
    Definition Classes
    Deduplication
  38. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  41. implicit val officeID: LocalOfficeId[Scheduler]

    Permalink
  42. def officeId: LocalOfficeId[Scheduler]

    Permalink
    Definition Classes
    AggregateRoot → AggregateRootBase
  43. def onPersistFailure(cause: Throwable, event: Any, seqNr: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Eventsourced
  44. def onPersistRejected(cause: Throwable, event: Any, seqNr: Long): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Eventsourced
  45. def onRecoveryFailure(cause: Throwable, event: Option[Any]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Eventsourced
  46. val pc: PassivationConfig

    Permalink
    Definition Classes
    Scheduler → GracefulPassivation
  47. def persist[A](event: A)(handler: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Eventsourced
  48. def persistAll[A](events: Seq[A])(handler: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Eventsourced
  49. def persistAllAsync[A](events: Seq[A])(handler: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Eventsourced
  50. def persistAsync[A](event: A)(handler: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Eventsourced
  51. def persistenceId: String

    Permalink
    Definition Classes
    AggregateRootBase → PersistenceIdentity
  52. def pipelineInner(interceptor: Interceptor): Unit

    Permalink
    Definition Classes
    ReceivePipeline
  53. def pipelineOuter(interceptor: Interceptor): Unit

    Permalink
    Definition Classes
    ReceivePipeline
  54. def postRestart(reason: Throwable): Unit

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

    Permalink
    Definition Classes
    UnrestrictedStash → Actor
  56. def preRestart(reason: Throwable, message: Option[Any]): Unit

    Permalink
    Definition Classes
    Scheduler → AggregateRootBase → UnrestrictedStash → Actor
  57. def preStart(): Unit

    Permalink
    Definition Classes
    GracefulPassivation → Actor
  58. def receive: (Scheduler.this)#Receive

    Permalink
    Definition Classes
    PersistentActor → Actor
  59. def receiveCommand: (Scheduler.this)#Receive

    Permalink
    Definition Classes
    AggregateRoot → Eventsourced
  60. def receiveRecover: (Scheduler.this)#Receive

    Permalink
    Definition Classes
    AggregateRoot → Eventsourced
  61. def recovery: Recovery

    Permalink
    Definition Classes
    Scheduler → PersistenceRecovery
  62. def recoveryFinished: Boolean

    Permalink
    Definition Classes
    Eventsourced
  63. def recoveryRunning: Boolean

    Permalink
    Definition Classes
    Eventsourced
  64. def saveSnapshot(snapshot: Any): Unit

    Permalink
    Definition Classes
    Snapshotter
  65. implicit final val self: ActorRef

    Permalink
    Definition Classes
    Actor
  66. final def sender(): ActorRef

    Permalink
    Definition Classes
    Actor
  67. def snapshotPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  68. def snapshotSequenceNr: Long

    Permalink
    Definition Classes
    Eventsourced → Snapshotter
  69. def snapshotterId: String

    Permalink
    Definition Classes
    Eventsourced → Snapshotter
  70. def stash(): Unit

    Permalink
    Definition Classes
    StashSupport
  71. def state: State

    Permalink
    Definition Classes
    AggregateRoot
  72. def supervisorStrategy: SupervisorStrategy

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

    Permalink
    Definition Classes
    AnyRef
  74. def toEventMessage(event: DomainEvent): EventMessage

    Permalink
    Definition Classes
    EventMessageFactory
  75. implicit def toEventually(e: SchedulerEvent): Immediately[SchedulerEvent]

    Permalink
    Definition Classes
    CollaborationSupport
  76. def toOfficeEventMessage(em: EventMessage): OfficeEventMessage

    Permalink
    Definition Classes
    AggregateRootBase
  77. def toString(): String

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

    Permalink
    Definition Classes
    Eventsourced → Actor
  79. def unhandledCommand(command: Any): Unit

    Permalink
    Definition Classes
    AggregateRoot
  80. def unstashAll(): Unit

    Permalink
    Definition Classes
    Eventsourced → StashSupport
  81. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def wasReceived(msgId: String): Boolean

    Permalink
    Definition Classes
    Deduplication

Deprecated Value Members

  1. def persist[A](events: Seq[A])(handler: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Eventsourced
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) use persistAll instead

  2. def persistAsync[A](events: Seq[A])(handler: (A) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Eventsourced
    Annotations
    @deprecated
    Deprecated

    (Since version 2.4) use persistAllAsync instead

Inherited from AggregateRoot[SchedulerEvent, State, Scheduler]

Inherited from CollaborationSupport[SchedulerEvent]

Inherited from AggregateRootBase

Inherited from PersistentActorLogging

Inherited from Deduplication

Inherited from ReceivePipeline

Inherited from EventMessageFactory

Inherited from EventHandler

Inherited from PersistentActor

Inherited from Eventsourced

Inherited from PersistenceRecovery

Inherited from PersistenceIdentity

Inherited from PersistenceStash

Inherited from StashFactory

Inherited from Stash

Inherited from RequiresMessageQueue[DequeBasedMessageQueueSemantics]

Inherited from UnrestrictedStash

Inherited from StashSupport

Inherited from Snapshotter

Inherited from GracefulPassivation

Inherited from Actor

Inherited from BusinessEntity

Inherited from AnyRef

Inherited from Any

Ungrouped