org.sisioh.dddbase.event.mutable.async

GenericAsyncDomainEventStore

case class GenericAsyncDomainEventStore[+R <: Repository[ID, T, Future], ID <: Identity[_], T <: DomainEvent[ID]](eventRepository: R)(implicit executor: ExecutionContext) extends DomainEventStoreSupport[R, ID, T] with Product with Serializable

汎用的なorg.sisioh.dddbase.event.DomainEventStoreの非同期実装。

R

リポジトリの型

ID

エンティティの識別子の型

T

エンティティの型

eventRepository

リポジトリ

executor

scala.concurrent.ExecutionContext

Linear Supertypes
Serializable, Serializable, Product, Equals, DomainEventStoreSupport[R, ID, T], AsyncDomainEventSubscriber[T, Unit], DomainEventStore[R, ID, T, Future, Unit], DomainEventSubscriber[T, Future, Unit], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenericAsyncDomainEventStore
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. DomainEventStoreSupport
  7. AsyncDomainEventSubscriber
  8. DomainEventStore
  9. DomainEventSubscriber
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericAsyncDomainEventStore(eventRepository: R)(implicit executor: ExecutionContext)

    eventRepository

    リポジトリ

    executor

    scala.concurrent.ExecutionContext

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  9. val eventRepository: R

    リポジトリ

    リポジトリ

    Attributes
    protected
    Definition Classes
    GenericAsyncDomainEventStoreDomainEventStoreSupport
  10. implicit val executor: ExecutionContext

    scala.concurrent.ExecutionContext

    scala.concurrent.ExecutionContext

    Definition Classes
    GenericAsyncDomainEventStoreDomainEventStoreSupport
  11. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  13. def handleEvent(event: T)(implicit ctx: EntityIOContext[Future]): Future[Unit]

    org.sisioh.dddbase.event.DomainEventを処理するためのメソッド。

  14. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  19. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DomainEventStoreSupport[R, ID, T]

Inherited from AsyncDomainEventSubscriber[T, Unit]

Inherited from DomainEventStore[R, ID, T, Future, Unit]

Inherited from DomainEventSubscriber[T, Future, Unit]

Inherited from AnyRef

Inherited from Any

Ungrouped