MongoMetricRepository
uk.gov.hmrc.mongo.metrix.MongoMetricRepository
@Singleton
class MongoMetricRepository(mongoComponent: MongoComponent)(implicit ec: ExecutionContext) extends PlayMongoRepository[PersistedMetric], MetricRepository
Attributes
- Graph
-
- Supertypes
-
trait MetricRepositoryclass PlayMongoRepository[PersistedMetric]trait MongoDatabaseCollectionclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Concrete fields
Can be overridden if the repository manages it's own data cleanup.
Can be overridden if the repository manages it's own data cleanup.
A comment should be added to document why the repository does't require a ttl index if overriding.
Attributes
Inherited fields
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
Attributes
- Inherited from:
- PlayMongoRepository
In this article