MetricOrchestrationResult

uk.gov.hmrc.mongo.metrix.MetricOrchestrationResult
See theMetricOrchestrationResult companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class RefreshedOnly(refreshedMetrics: List[PersistedMetric]) extends MetricOrchestrationResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
final case class UpdatedAndRefreshed(updatedMetrics: Map[String, Int], refreshedMetrics: Seq[PersistedMetric]) extends MetricOrchestrationResult

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all