Packages

sealed abstract class Created[E] extends Raw[E]

Since created events can be both a flat event or a tree event we share common code between the two variants here. What's left out is wrapping the result in the proper envelope.

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Created
  2. Raw
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def witnesses: Seq[String]
    Definition Classes
    Raw
  2. abstract def wrapInEvent(event: CreatedEvent): E
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def applyDeserialization(lfValueTranslation: LfValueTranslation, eventProjectionProperties: EventProjectionProperties)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[E]

    Fill the blanks left in the raw event by running the deserialization on contained values.

    Fill the blanks left in the raw event by running the deserialization on contained values.

    lfValueTranslation

    The delegate in charge of applying deserialization

    eventProjectionProperties

    The properties of how contract arguments and interface views for the event are projected and merged

    Definition Classes
    CreatedRaw
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. val createArgument: Array[Byte]
  8. val createArgumentCompression: Algorithm
  9. val createKeyMaintainers: Array[String]
  10. val createKeyValue: Option[Array[Byte]]
  11. val createKeyValueCompression: Algorithm
  12. def deserializeCreateEvent(lfValueTranslation: LfValueTranslation, eventProjectionProperties: EventProjectionProperties)(implicit ec: ExecutionContext, loggingContext: LoggingContextWithTrace): Future[CreatedEvent]
  13. val driverMetadata: Option[Array[Byte]]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val partial: CreatedEvent
  23. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
    Deprecated

Inherited from Raw[E]

Inherited from AnyRef

Inherited from Any

Ungrouped