Uses of Class
io.vertx.ext.dropwizard.Match
Packages that use Match
-
Uses of Match in io.vertx.ext.dropwizard
Fields in io.vertx.ext.dropwizard with type parameters of type MatchModifier and TypeFieldDescriptionDropwizardMetricsOptions.DEFAULT_MONITORED_HANDLERSThe default monitored handlers :nullDropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_CLIENT_ENDPOINTSThe default monitored http client endpoints :nullDropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_CLIENT_URISThe default monitored http client uris :nullDropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_SERVER_ROUTESThe default monitored http server routes :nullDropwizardMetricsOptions.DEFAULT_MONITORED_HTTP_SERVER_URISThe default monitored http server uris :nullMethods in io.vertx.ext.dropwizard that return MatchModifier and TypeMethodDescriptionSet the alias the human readable name that will be used as a part of registry entry name when the value matches.Set the type of matching to apply.Set the matched value.Methods in io.vertx.ext.dropwizard that return types with arguments of type MatchModifier and TypeMethodDescriptionDropwizardMetricsOptions.getMonitoredEventBusHandlers()DropwizardMetricsOptions.getMonitoredHttpClientEndpoint()DropwizardMetricsOptions.getMonitoredHttpClientUris()DropwizardMetricsOptions.getMonitoredHttpServerRoutes()DropwizardMetricsOptions.getMonitoredHttpServerUris()Methods in io.vertx.ext.dropwizard with parameters of type MatchModifier and TypeMethodDescriptionDropwizardMetricsOptions.addMonitoredEventBusHandler(Match match) Add a monitored event bus handler.DropwizardMetricsOptions.addMonitoredHttpClientEndpoint(Match match) Add an monitored http client endpoint.DropwizardMetricsOptions.addMonitoredHttpClientUri(Match match) Add an monitored http client uri.DropwizardMetricsOptions.addMonitoredHttpServerRoute(Match match) Add an monitored http server route.DropwizardMetricsOptions.addMonitoredHttpServerUri(Match match) Add an monitored http server uri.Constructors in io.vertx.ext.dropwizard with parameters of type Match