Trait

demesne.module.entity

EntityProtocol

Related Doc: package entity

Permalink

trait EntityProtocol[I] extends AggregateProtocol[I]

Self Type
EntityProtocol[I]
Linear Supertypes
AggregateProtocol[I], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EntityProtocol
  2. AggregateProtocol
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Add(targetId: TaggedID[I], info: Option[Any] = None) extends Command with Product with Serializable

    Permalink
  2. case class Added(sourceId: TaggedID[I], info: Option[Any] = None) extends TaggedEvent with Product with Serializable

    Permalink
  3. trait Command extends AggregateRootModule.Command[I] with ProtocolMessage

    Permalink
    Definition Classes
    AggregateProtocol
  4. case class Disable(targetId: TaggedID[I]) extends Command with Product with Serializable

    Permalink
  5. case class Disabled(sourceId: TaggedID[I], slug: String) extends TaggedEvent with Product with Serializable

    Permalink
  6. case class Enable(targetId: TaggedID[I]) extends Command with Product with Serializable

    Permalink
  7. case class Enabled(sourceId: TaggedID[I], slug: String) extends TaggedEvent with Product with Serializable

    Permalink
  8. trait Event extends AggregateRootModule.Event[I] with ProtocolMessage

    Permalink
    Definition Classes
    AggregateProtocol
  9. type ID = I

    Permalink
    Definition Classes
    AggregateProtocol
  10. trait Message extends AggregateRootModule.Message[I] with ProtocolMessage

    Permalink
    Definition Classes
    AggregateProtocol
  11. trait ProtocolMessage extends AnyRef

    Permalink
    Definition Classes
    AggregateProtocol
  12. case class Rename(targetId: TaggedID[I], name: String) extends Command with Product with Serializable

    Permalink
  13. case class Renamed(sourceId: TaggedID[I], oldName: String, newName: String) extends TaggedEvent with Product with Serializable

    Permalink
  14. case class Reslug(targetId: TaggedID[I], slug: String) extends Command with Product with Serializable

    Permalink
  15. case class Reslugged(sourceId: TaggedID[I], oldSlug: String, newSlug: String) extends TaggedEvent with Product with Serializable

    Permalink
  16. type TID = TaggedID[ID]

    Permalink
    Definition Classes
    AggregateProtocol
  17. abstract class TaggedEvent extends Event

    Permalink

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. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def hashCode(): Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  16. def tags: Set[String]

    Permalink
  17. def toString(): String

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

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

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

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

Inherited from AggregateProtocol[I]

Inherited from AnyRef

Inherited from Any

Ungrouped