Packages

trait CloudEvent extends AnyRef

CloudEvent representation of Metadata.

Source
CloudEvent.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CloudEvent
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asMetadata: Metadata

    Return this CloudEvent represented as Metadata.

    Return this CloudEvent represented as Metadata.

    If this CloudEvent was created by {Metadata#asCloudEvent()}, then any non CloudEvent metadata that was present will still be present.

    returns

    This CloudEvent expressed as Kalix metadata.

  2. abstract def clearDatacontenttype(): CloudEvent

    Clear the data content type of this CloudEvent, if set.

    Clear the data content type of this CloudEvent, if set.

    returns

    A copy of this CloudEvent.

  3. abstract def clearDataschema(): CloudEvent

    Clear the data schema of this CloudEvent, if set.

    Clear the data schema of this CloudEvent, if set.

    returns

    A copy of this CloudEvent.

  4. abstract def clearSubject(): CloudEvent

    Clear the subject of this CloudEvent, if set.

    Clear the subject of this CloudEvent, if set.

    returns

    A copy of this CloudEvent.

  5. abstract def clearTime(): CloudEvent

    Clear the time of this CloudEvent, if set.

    Clear the time of this CloudEvent, if set.

    returns

    A copy of this CloudEvent.

  6. abstract def datacontenttype: Option[String]

    The data content type of this CloudEvent.

    The data content type of this CloudEvent.

    returns

    The data content type, if set.

  7. abstract def dataschema: Option[URI]

    The data schema of this CloudEvent.

    The data schema of this CloudEvent.

    returns

    The data schema, if set.

  8. abstract def id: String

    The id of this CloudEvent.

    The id of this CloudEvent.

    returns

    The id.

  9. abstract def source: URI

    The source of this CloudEvent.

    The source of this CloudEvent.

    returns

    The source.

  10. abstract def specversion: String

    The CloudEvent spec version.

    The CloudEvent spec version.

    returns

    The spec version.

  11. abstract def subject: Option[String]

    The subject of this CloudEvent.

    The subject of this CloudEvent.

    returns

    The subject, if set.

  12. abstract def time: Option[ZonedDateTime]

    The time of this CloudEvent.

    The time of this CloudEvent.

    returns

    The time, if set.

  13. abstract def type: String

    The type of this CloudEvent.

    The type of this CloudEvent.

    returns

    The type.

  14. abstract def withDatacontenttype(datacontenttype: String): CloudEvent

    Return a new CloudEvent with the given data content type.

    Return a new CloudEvent with the given data content type.

    datacontenttype

    The data content type to set.

    returns

    A copy of this CloudEvent.

  15. abstract def withDataschema(dataschema: URI): CloudEvent

    Return a new CloudEvent with the given data schema.

    Return a new CloudEvent with the given data schema.

    dataschema

    The data schema to set.

    returns

    A copy of this CloudEvent.

  16. abstract def withId(id: String): CloudEvent

    Return a new CloudEvent with the given id.

    Return a new CloudEvent with the given id.

    id

    The id to set.

    returns

    A copy of this CloudEvent.

  17. abstract def withSource(source: URI): CloudEvent

    Return a new CloudEvent with the given source.

    Return a new CloudEvent with the given source.

    source

    The source to set.

    returns

    A copy of this CloudEvent.

  18. abstract def withSubject(subject: String): CloudEvent

    Return a new CloudEvent with the given subject.

    Return a new CloudEvent with the given subject.

    subject

    The subject to set.

    returns

    A copy of this CloudEvent.

  19. abstract def withTime(time: ZonedDateTime): CloudEvent

    Return a new CloudEvent with the given time.

    Return a new CloudEvent with the given time.

    time

    The time to set.

    returns

    A copy of this CloudEvent.

  20. abstract def withType(type: String): CloudEvent

    Return a new CloudEvent with the given type.

    Return a new CloudEvent with the given type.

    type

    The type to set.

    returns

    A copy of this CloudEvent.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CloudEvent toany2stringadd[CloudEvent] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CloudEvent, B)
    Implicit
    This member is added by an implicit conversion from CloudEvent toArrowAssoc[CloudEvent] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. def ensuring(cond: (CloudEvent) => Boolean, msg: => Any): CloudEvent
    Implicit
    This member is added by an implicit conversion from CloudEvent toEnsuring[CloudEvent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  9. def ensuring(cond: (CloudEvent) => Boolean): CloudEvent
    Implicit
    This member is added by an implicit conversion from CloudEvent toEnsuring[CloudEvent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: Boolean, msg: => Any): CloudEvent
    Implicit
    This member is added by an implicit conversion from CloudEvent toEnsuring[CloudEvent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean): CloudEvent
    Implicit
    This member is added by an implicit conversion from CloudEvent toEnsuring[CloudEvent] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

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

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CloudEvent toStringFormat[CloudEvent] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (CloudEvent, B)
    Implicit
    This member is added by an implicit conversion from CloudEvent toArrowAssoc[CloudEvent] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromCloudEvent to any2stringadd[CloudEvent]

Inherited by implicit conversion StringFormat fromCloudEvent to StringFormat[CloudEvent]

Inherited by implicit conversion Ensuring fromCloudEvent to Ensuring[CloudEvent]

Inherited by implicit conversion ArrowAssoc fromCloudEvent to ArrowAssoc[CloudEvent]

Ungrouped