EndpointMetric
sttp.tapir.server.metrics.EndpointMetric
case class EndpointMetric[F[_]](onEndpointRequest: Option[AnyEndpoint => F[Unit]] = ..., onResponseHeaders: Option[(AnyEndpoint, ServerResponse[_]) => F[Unit]] = ..., onResponseBody: Option[(AnyEndpoint, ServerResponse[_]) => F[Unit]] = ..., onException: Option[(AnyEndpoint, Throwable) => F[Unit]] = ...)
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article