Package

org.sisioh.dddbase.lifecycle.forwarding.async

wrapped

Permalink

package wrapped

Visibility
  1. Public
  2. All

Type Members

  1. trait AsyncWrappedSyncEntityIO extends AsyncEntityIO

    Permalink

    ラッパー用のAsyncEntityIOの実装。

  2. trait AsyncWrappedSyncEntityIOContext extends AsyncEntityIOContext

    Permalink

    AsyncEntityIOContextのラッパー版。

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

    Permalink

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

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

    ID

    識別子の型

    E

    エンティティの型

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

    Permalink

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

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

    ID

    識別子の型

    E

    エンティティの型

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

    Permalink

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

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

    ID

    識別子の型

    E

    エンティティの型

Value Members

  1. object AsyncWrappedSyncEntityIOContext

    Permalink

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

Ungrouped