Traces

pillars.Traces
final case class Traces[F[_]](tracer: Tracer[F])(implicit evidence$1: Async[F]) extends EndpointInterceptor[F]

Attributes

Source
Traces.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait EndpointInterceptor[F]
trait Interceptor[F]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply[B](responder: Responder[F, B], endpointHandler: EndpointHandler[F, B]): EndpointHandler[F, B]

Type parameters

B

The interpreter-specific, low-level type of body.

Attributes

Definition Classes
EndpointInterceptor
Source
Traces.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product