org.sisioh.dddbase.lifecycle.forwarding.async

wrapped

package wrapped

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncWrappedSyncEntityIO extends AsyncEntityIO

    ラッパー用のAsyncEntityIOの実装。

  2. trait AsyncWrappedSyncEntityIOContext extends AsyncEntityIOContext

    AsyncEntityIOContextのラッパー版。

  3. trait AsyncWrappedSyncEntityReader[ID <: Identifier[_], E <: Entity[ID]] extends AsyncEntityReader[ID, E] with AsyncWrappedSyncEntityIO

    SyncEntityReaderAsyncEntityReaderとしてラップするためのデコレータ。

  4. trait AsyncWrappedSyncEntityWriter[ID <: Identifier[_], E <: Entity[ID]] extends AsyncEntityWriter[ID, E] with AsyncWrappedSyncEntityIO

    SyncEntityWriterAsyncEntityWriterとしてラップするためのデコレータ。

  5. trait AsyncWrappedSyncRepository[ID <: Identifier[_], E <: Entity[ID]] extends AsyncWrappedSyncEntityReader[ID, E] with AsyncWrappedSyncEntityWriter[ID, E] with AsyncRepository[ID, E]

    SyncRepositoryAsyncRepositoryとしてラップするためのデコレータ。

Value Members

  1. object AsyncWrappedSyncEntityIOContext

    コンパニオンオブジェクト。

Ungrouped