MongoRegistryConfig

dev.mongocamp.micrometer.mongodb.registry.MongoRegistryConfig
case class MongoRegistryConfig(mongoDAO: MongoDAO[Document], configurationMap: Map[String, String]) extends StepRegistryConfig

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StepRegistryConfig
trait PushRegistryConfig
trait MeterRegistryConfig
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def get(key: String): String

Attributes

Definition Classes
MeterRegistryConfig
override def prefix(): String

Attributes

Definition Classes
MeterRegistryConfig

Inherited methods

def batchSize(): Int

Attributes

Inherited from:
PushRegistryConfig
def enabled(): Boolean

Attributes

Inherited from:
PushRegistryConfig
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def requireValid(): Unit

Attributes

Inherited from:
MeterRegistryConfig
def step(): Duration

Attributes

Inherited from:
PushRegistryConfig
def validate(): Validated[_ <: <FromJavaObject>]

Attributes

Inherited from:
PushRegistryConfig

Deprecated and Inherited methods

@Deprecated(since = _, forRemoval = _)
def connectTimeout(): Duration

Attributes

Deprecated
true
Inherited from:
PushRegistryConfig
@Deprecated(since = _, forRemoval = _)
def numThreads(): Int

Attributes

Deprecated
true
Inherited from:
PushRegistryConfig
@Deprecated(since = _, forRemoval = _)
def readTimeout(): Duration

Attributes

Deprecated
true
Inherited from:
PushRegistryConfig