NetTransportValue

org.typelevel.otel4s.semconv.experimental.attributes.NetExperimentalAttributes.NetTransportValue
See theNetTransportValue companion class

Attributes

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

Members list

Type members

Classlikes

case object Inproc extends NetTransportValue

In-process communication.

In-process communication.

Attributes

Source
NetExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Inproc.type
case object IpTcp extends NetTransportValue

ip_tcp.

ip_tcp.

Attributes

Source
NetExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IpTcp.type
case object IpUdp extends NetTransportValue

ip_udp.

ip_udp.

Attributes

Source
NetExperimentalAttributes.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
IpUdp.type
case object Other extends NetTransportValue

Something else (non IP-based).

Something else (non IP-based).

Attributes

Source
NetExperimentalAttributes.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 Pipe extends NetTransportValue

Named or anonymous pipe.

Named or anonymous pipe.

Attributes

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