Trait

pl.newicom.dddd.scheduling.Scheduler

SchedulerBehavior

Related Doc: package Scheduler

Permalink

sealed trait SchedulerBehavior extends AggregateActions[SchedulerEvent, SchedulerBehavior, Config]

Linear Supertypes
AggregateActions[SchedulerEvent, SchedulerBehavior, Config], AggregateBehaviour[SchedulerEvent, SchedulerBehavior, Config], AggregateBehaviourSupport, AggregateState[SchedulerBehavior], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SchedulerBehavior
  2. AggregateActions
  3. AggregateBehaviour
  4. AggregateBehaviourSupport
  5. AggregateState
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Actions extends Product with Serializable

    Permalink
    Definition Classes
    AggregateActions
  2. type HandleCommand = PartialFunction[Command, Reaction[SchedulerEvent]]

    Permalink
    Definition Classes
    AggregateBehaviour
  3. type HandleCommandWithContext = (CommandHandlerContext[Config]) ⇒ HandleCommand

    Permalink
    Definition Classes
    AggregateBehaviour
  4. type HandleQuery = PartialFunction[Query, Reaction[_]]

    Permalink
    Definition Classes
    AggregateBehaviour
  5. type StateMachine = PartialFunction[DomainEvent, SchedulerBehavior]

    Permalink
    Definition Classes
    AggregateState

Abstract Value Members

  1. abstract def actions: Actions

    Permalink
    Attributes
    protected
    Definition Classes
    AggregateActions

Concrete 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 apply: StateMachine

    Permalink
    Definition Classes
    AggregateActions → AggregateState
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def commandHandler: HandleCommandWithContext

    Permalink
    Definition Classes
    AggregateActions → AggregateBehaviour
  8. def commandHandlerNoCtx: HandleCommand

    Permalink
    Definition Classes
    AggregateBehaviour
  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. def error(msg: String): Reject

    Permalink
    Definition Classes
    AggregateBehaviourSupport
  12. def eventHandlerDefined(e: DomainEvent): Boolean

    Permalink
    Definition Classes
    AggregateState
  13. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def handleCommand(hc: HandleCommand): Actions

    Permalink
    Definition Classes
    AggregateActions
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. def initialized: Boolean

    Permalink
    Definition Classes
    AggregateState
  18. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  20. def noActions: Actions

    Permalink
    Attributes
    protected
    Definition Classes
    AggregateActions
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def qHandler: HandleQuery

    Permalink
    Definition Classes
    AggregateActions → AggregateBehaviour
  24. def reject(reason: DomainException): Reject

    Permalink
    Definition Classes
    AggregateBehaviourSupport
  25. def reject(msg: String): Reject

    Permalink
    Definition Classes
    AggregateBehaviourSupport
  26. def rejectIf(condition: Boolean, reject: ⇒ Reject): RejectConditionally

    Permalink
    Definition Classes
    AggregateBehaviourSupport
  27. def rejectIf(condition: Boolean, reason: String): RejectConditionally

    Permalink
    Definition Classes
    AggregateBehaviourSupport
  28. def reply[R](r: R): AcceptQ[R]

    Permalink
    Definition Classes
    AggregateBehaviour
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. implicit def toReaction(events: Seq[SchedulerEvent]): AcceptC[SchedulerEvent]

    Permalink
    Definition Classes
    AggregateBehaviour
  31. implicit def toReaction(e: SchedulerEvent): AcceptC[SchedulerEvent]

    Permalink
    Definition Classes
    AggregateBehaviour
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withContext(ctxConsumer: (CommandHandlerContext[Config]) ⇒ Actions): Actions

    Permalink
    Definition Classes
    AggregateActions

Inherited from AggregateActions[SchedulerEvent, SchedulerBehavior, Config]

Inherited from AggregateBehaviour[SchedulerEvent, SchedulerBehavior, Config]

Inherited from AggregateBehaviourSupport

Inherited from AggregateState[SchedulerBehavior]

Inherited from AnyRef

Inherited from Any

Ungrouped