vertx / io.vertx.kotlin.ext.dropwizard

Package io.vertx.kotlin.ext.dropwizard

Functions

DropwizardMetricsOptions

fun DropwizardMetricsOptions(baseName: String? = null, configPath: String? = null, enabled: Boolean? = null, jmxDomain: String? = null, jmxEnabled: Boolean? = null, monitoredEventBusHandlers: Iterable<Match>? = null, monitoredHttpClientEndpoints: Iterable<Match>? = null, monitoredHttpClientUris: Iterable<Match>? = null, monitoredHttpServerUris: Iterable<Match>? = null, registryName: String? = null): DropwizardMetricsOptions

A function providing a DSL for building io.vertx.ext.dropwizard.DropwizardMetricsOptions objects.

Match

fun Match(alias: String? = null, type: MatchType? = null, value: String? = null): Match

A function providing a DSL for building io.vertx.ext.dropwizard.Match objects.