Class/Object

pl.newicom.dddd.scheduling

Scheduler

Related Docs: object Scheduler | package scheduling

Permalink

class Scheduler extends AggregateRoot[SchedulerEvent, SchedulerBehavior, Scheduler] with SparseReply with ConfigClass[Config]

Linear Supertypes
ConfigClass[Config], SparseReply, AggregateRoot[SchedulerEvent, SchedulerBehavior, Scheduler], CollaborationSupport[SchedulerEvent], AggregateRootBase, PersistentActorLogging, Deduplication, ReceivePipeline, EventMessageFactory, ReplyConfig, 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. ConfigClass
  3. SparseReply
  4. AggregateRoot
  5. CollaborationSupport
  6. AggregateRootBase
  7. PersistentActorLogging
  8. Deduplication
  9. ReceivePipeline
  10. EventMessageFactory
  11. ReplyConfig
  12. EventHandler
  13. PersistentActor
  14. Eventsourced
  15. PersistenceRecovery
  16. PersistenceIdentity
  17. PersistenceStash
  18. StashFactory
  19. Stash
  20. RequiresMessageQueue
  21. UnrestrictedStash
  22. StashSupport
  23. Snapshotter
  24. GracefulPassivation
  25. Actor
  26. BusinessEntity
  27. AnyRef
  28. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Scheduler(config: Config)(implicit officeID: LocalOfficeId[Scheduler])

    Permalink

Type Members

  1. type C = Config

    Permalink
    Definition Classes
    ConfigClass
  2. case class Collaboration extends Reaction[Event] with Product with Serializable

    Permalink
    Definition Classes
    CollaborationSupport
  3. implicit class CollaborationBuilder extends AnyRef

    Permalink
    Definition Classes
    CollaborationSupport
  4. type HandleCommand = (CommandHandlerContext[C]) ⇒ PartialFunction[Command, Reaction[SchedulerEvent]]

    Permalink
    Definition Classes
    AggregateRoot
  5. type HandlePayload = PartialFunction[Any, Reaction[_]]

    Permalink
    Definition Classes
    AggregateRoot
  6. type HandleQuery = PartialFunction[Query, Reaction[_]]

    Permalink
    Definition Classes
    AggregateRoot
  7. type HandleResponse = PartialFunction[Any, Reaction[SchedulerEvent]]

    Permalink
    Definition Classes
    CollaborationSupport
  8. type Receive = PartialFunction[Any, Unit]

    Permalink
    Definition Classes
    Actor
  9. type SuccessMapper = (Seq[OfficeEventMessage]) ⇒ Any

    Permalink
    Definition Classes
    ReplyConfig

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 aroundPostRestart(reason: Throwable): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  10. def caseRef: CaseRef

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. def commandHandlerContext(cm: CommandMessage): CommandHandlerContext[C]

    Permalink
    Definition Classes
    AggregateRoot
  13. def commandMsgReceived: CommandMessage

    Permalink
    Definition Classes
    AggregateRootBase
  14. val config: Config

    Permalink
    Definition Classes
    Scheduler → AggregateRootBase
  15. implicit val context: ActorContext

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

    Permalink
    Definition Classes
    PersistentActor
  17. def deleteMessages(toSequenceNr: Long): Unit

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

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

    Permalink
    Definition Classes
    Snapshotter
  20. def department: String

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  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 handle(senderRef: ActorRef, events: Seq[OfficeEventMessage]): Unit

    Permalink
    Definition Classes
    AggregateRootBase → EventHandler
  26. def handleCommandMessage: HandleCommand

    Permalink
    Definition Classes
    AggregateRoot
  27. def handleDuplicated(msg: Message): Unit

    Permalink
    Definition Classes
    AggregateRoot → Deduplication
  28. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AggregateRoot
  31. def internalStashOverflowStrategy: StashOverflowStrategy

    Permalink
    Definition Classes
    PersistenceStash
  32. def isCommandMsgReceived: Boolean

    Permalink
    Definition Classes
    AggregateRootBase
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. def journalPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  35. def lastSequenceNr: Long

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

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

    Permalink
    Definition Classes
    PersistentActorLogging
  38. def log: LoggingAdapter

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

    Permalink
    Definition Classes
    Deduplication
  40. def msgReceived: AddressableMessage

    Permalink
    Definition Classes
    AggregateRootBase
  41. def msgSender: ActorRef

    Permalink
    Definition Classes
    AggregateRootBase
  42. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  46. def officeId: LocalOfficeId[Scheduler]

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Eventsourced
  50. lazy val pc: PassivationConfig

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

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

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

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

    Permalink
    Definition Classes
    PersistentActor
  55. def persistenceId: String

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

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

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

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

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

    Permalink
    Definition Classes
    Scheduler → AggregateRoot → UnrestrictedStash → Actor
  61. def preStart(): Unit

    Permalink
    Definition Classes
    GracefulPassivation → Actor
  62. def receive: Receive

    Permalink
    Definition Classes
    PersistentActor → Actor
  63. def receiveCommand: Receive

    Permalink
    Definition Classes
    AggregateRoot → Eventsourced
  64. def receiveRecover: Receive

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

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

    Permalink
    Definition Classes
    Eventsourced
  67. def recoveryRunning: Boolean

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

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

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

    Permalink
    Definition Classes
    Actor
  71. def snapshotPluginId: String

    Permalink
    Definition Classes
    PersistenceIdentity
  72. def snapshotSequenceNr: Long

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

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

    Permalink
    Definition Classes
    StashSupport
  75. def state: SchedulerBehavior

    Permalink
    Definition Classes
    AggregateRoot
  76. def successMapper: SuccessMapper

    Permalink
    Definition Classes
    SparseReply → ReplyConfig
  77. def supervisorStrategy: SupervisorStrategy

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

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

    Permalink
    Definition Classes
    EventMessageFactory
  80. def toOfficeEventMessage(em: EventMessage): OfficeEventMessage

    Permalink
    Definition Classes
    AggregateRootBase
  81. implicit def toReaction(e: SchedulerEvent): AcceptC[SchedulerEvent]

    Permalink
    Definition Classes
    CollaborationSupport
  82. def toString(): String

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

    Permalink
    Definition Classes
    Eventsourced → Actor
  84. def unstashAll(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Deduplication

Inherited from ConfigClass[Config]

Inherited from SparseReply

Inherited from AggregateRoot[SchedulerEvent, SchedulerBehavior, Scheduler]

Inherited from CollaborationSupport[SchedulerEvent]

Inherited from AggregateRootBase

Inherited from PersistentActorLogging

Inherited from Deduplication

Inherited from ReceivePipeline

Inherited from EventMessageFactory

Inherited from ReplyConfig

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