FaasTriggerValue

org.typelevel.otel4s.semconv.experimental.attributes.FaasExperimentalAttributes.FaasTriggerValue
See theFaasTriggerValue companion class

Attributes

Companion
class
Source
FaasExperimentalAttributes.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Datasource extends FaasTriggerValue

A response to some data source operation such as a database or filesystem read/write.

A response to some data source operation such as a database or filesystem read/write.

Attributes

Source
FaasExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Datasource.type
case object Http extends FaasTriggerValue

To provide an answer to an inbound HTTP request.

To provide an answer to an inbound HTTP request.

Attributes

Source
FaasExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Http.type
case object Other extends FaasTriggerValue

If none of the others apply.

If none of the others apply.

Attributes

Source
FaasExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Other.type
case object Pubsub extends FaasTriggerValue

A function is set to be executed when messages are sent to a messaging system.

A function is set to be executed when messages are sent to a messaging system.

Attributes

Source
FaasExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Pubsub.type
case object Timer extends FaasTriggerValue

A function is scheduled to be executed regularly.

A function is scheduled to be executed regularly.

Attributes

Source
FaasExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Timer.type