trait CloudEvent extends AnyRef
- Alphabetic
- By Inheritance
- CloudEvent
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Abstract Value Members
- abstract def asMetadata: Metadata
Return this CloudEvent represented as Metadata.
Return this CloudEvent represented as Metadata.
If this CloudEvent was created by kalix.scalasdk.Metadata.asCloudEvent:*, then any non CloudEvent metadata that was present will still be present.
- returns
This CloudEvent expressed as Kalix metadata.
- 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.
- 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.
- 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.
- 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.
- 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.
- abstract def dataschema: Option[URI]
The data schema of this CloudEvent.
The data schema of this CloudEvent.
- returns
The data schema, if set.
- abstract def id: String
The id of this CloudEvent.
The id of this CloudEvent.
- returns
The id.
- abstract def source: URI
The source of this CloudEvent.
The source of this CloudEvent.
- returns
The source.
- abstract def specversion: String
The CloudEvent spec version.
The CloudEvent spec version.
- returns
The spec version.
- abstract def subject: Option[String]
The subject of this CloudEvent.
The subject of this CloudEvent.
- returns
The subject, if set.
- abstract def time: Option[ZonedDateTime]
The time of this CloudEvent.
The time of this CloudEvent.
- returns
The time, if set.
- abstract def type: String
The type of this CloudEvent.
The type of this CloudEvent.
- returns
The type.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- 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
- 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()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- 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
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- 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 ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- 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.