Trait

org.sisioh.dddbase.lifecycle.forwarding.sync.wrapped

SyncWrappedAsyncEntityWriter

Related Doc: package wrapped

Permalink

trait SyncWrappedAsyncEntityWriter[ID <: Identifier[_], E <: Entity[ID]] extends SyncEntityWriter[ID, E] with SyncWrappedAsyncEntityIO

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

ID

識別子の型

E

エンティティの型

Linear Supertypes
SyncWrappedAsyncEntityIO, SyncEntityIO, SyncEntityWriter[ID, E], EntityWriter[ID, E, Try], EntityIO[Try], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SyncWrappedAsyncEntityWriter
  2. SyncWrappedAsyncEntityIO
  3. SyncEntityIO
  4. SyncEntityWriter
  5. EntityWriter
  6. EntityIO
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type Ctx = EntityIOContext[Try]

    Permalink
    Definition Classes
    EntityIO
  2. abstract type Delegate <: AsyncEntityWriter[ID, E]

    Permalink
  3. type Result = SyncResultWithEntity[This, ID, E]

    Permalink
    Definition Classes
    SyncEntityWriter → EntityWriter
  4. type Results = SyncResultWithEntities[This, ID, E]

    Permalink
    Definition Classes
    SyncEntityWriter → EntityWriter
  5. abstract type This <: SyncEntityWriter[ID, E]

    Permalink
    Definition Classes
    SyncEntityWriter → EntityWriter

Abstract Value Members

  1. abstract def createInstance(state: (Delegate.This, Option[E])): (This, Option[E])

    Permalink
    Attributes
    protected
  2. abstract val delegate: Delegate

    Permalink

    デリゲート。

    デリゲート。

    Attributes
    protected
  3. abstract val timeout: Duration

    Permalink
    Attributes
    protected

Concrete 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. def deleteBy(identifier: ID)(implicit ctx: Ctx): Try[Result]

    Permalink
    Definition Classes
    SyncWrappedAsyncEntityWriter → EntityWriter
  7. def deleteByMulti(identifiers: ID*)(implicit ctx: Ctx): Try[Results]

    Permalink
    Definition Classes
    EntityWriter
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAsyncEntityIOContext(ctx: Ctx): AsyncEntityIOContext

    Permalink

    EntityIOContextから AsyncEntityIOContextを取得する。

    EntityIOContextから AsyncEntityIOContextを取得する。

    ctx

    EntityIOContext

    returns

    AsyncEntityIOContext

    Attributes
    protected
    Definition Classes
    SyncWrappedAsyncEntityIO
  12. final def getClass(): Class[_]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. def store(entity: E)(implicit ctx: Ctx): Try[Result]

    Permalink
    Definition Classes
    SyncWrappedAsyncEntityWriter → EntityWriter
  19. def storeMulti(entities: E*)(implicit ctx: Ctx): Try[Results]

    Permalink
    Definition Classes
    EntityWriter
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. def traverseWithThis[A](values: Seq[A])(processor: (This, A) ⇒ Try[Result])(implicit ctx: Ctx): Try[Results]

    Permalink
    Attributes
    protected
    Definition Classes
    SyncEntityWriter → EntityWriter
  23. def update(identifier: ID, entity: E)(implicit ctx: Ctx): Try[Result]

    Permalink
    Definition Classes
    EntityWriter
  24. final def wait(): Unit

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

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

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

Inherited from SyncWrappedAsyncEntityIO

Inherited from SyncEntityIO

Inherited from SyncEntityWriter[ID, E]

Inherited from EntityWriter[ID, E, Try]

Inherited from EntityIO[Try]

Inherited from AnyRef

Inherited from Any

Ungrouped