zio.metrics.connectors.MetricEvent$
See theMetricEvent companion trait
object MetricEvent
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
MetricEvent.type
Members list
Type members
Classlikes
final case class New extends MetricEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricEventclass Objecttrait Matchableclass AnyShow all
final case class Unchanged extends MetricEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricEventclass Objecttrait Matchableclass AnyShow all
final case class Updated extends MetricEvent
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait MetricEventclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The name of the type
Value members
Concrete methods
def make[Type <: MetricKeyType { type Out = Out0; }, Out0](metricKey: MetricKey[Type], oldState: Option[MetricState[Out0]], newState: MetricState[Out0]): Either[IllegalArgumentException, MetricEvent]
In this article