MeterFactory

abstract class MeterFactory

Inheritors

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun create(name: String): Meter
Link copied to clipboard
fun get(name: String): Meter
fun get(clazz: KClass<*>): Meter