Traces

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

Attributes

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product