Package

pl.newicom.dddd.messaging

event

Permalink

package event

Visibility
  1. Public
  2. All

Type Members

  1. case class AggregateSnapshotId(aggregateId: EntityId, sequenceNr: Long = 0) extends Product with Serializable

    Permalink
  2. case class ClerkEventStream(officeName: String, clerkId: EntityId) extends EventStream with Product with Serializable

    Permalink
  3. case class DomainEventMessage(snapshotId: AggregateSnapshotId, event: DomainEvent, id: String = uuid, timestamp: DateTime = new DateTime) extends EventMessage with Product with Serializable

    Permalink
  4. class EventMessage extends Message with EntityMessage

    Permalink
  5. sealed trait EventStream extends AnyRef

    Permalink
  6. trait EventStreamSubscriber extends AnyRef

    Permalink
  7. case class OfficeEventStream[A](officeInfo: OfficeInfo[A]) extends EventStream with Product with Serializable

    Permalink

Value Members

  1. object EventMessage extends Serializable

    Permalink

Ungrouped