Uses of Class
io.vertx.ext.dropwizard.Match
-
Packages that use Match Package Description io.vertx.ext.dropwizard -
-
Uses of Match in io.vertx.ext.dropwizard
Fields in io.vertx.ext.dropwizard with type parameters of type Match Modifier and Type Field Description static List<Match>
DropwizardMetricsOptions. DEFAULT_MONITORED_HANDLERS
The default monitored handlers :null
static List<Match>
DropwizardMetricsOptions. DEFAULT_MONITORED_HTTP_CLIENT_ENDPOINTS
The default monitored http client endpoints :null
static List<Match>
DropwizardMetricsOptions. DEFAULT_MONITORED_HTTP_CLIENT_URIS
The default monitored http client uris :null
static List<Match>
DropwizardMetricsOptions. DEFAULT_MONITORED_HTTP_SERVER_ROUTES
The default monitored http server routes :null
static List<Match>
DropwizardMetricsOptions. DEFAULT_MONITORED_HTTP_SERVER_URIS
The default monitored http server uris :null
Methods in io.vertx.ext.dropwizard that return Match Modifier and Type Method Description Match
Match. setAlias(String alias)
Set the alias the human readable name that will be used as a part of registry entry name when the value matches.Match
Match. setType(MatchType type)
Set the type of matching to apply.Match
Match. setValue(String value)
Set the matched value.Methods in io.vertx.ext.dropwizard that return types with arguments of type Match Modifier and Type Method Description List<Match>
DropwizardMetricsOptions. getMonitoredEventBusHandlers()
List<Match>
DropwizardMetricsOptions. getMonitoredHttpClientEndpoint()
List<Match>
DropwizardMetricsOptions. getMonitoredHttpClientUris()
List<Match>
DropwizardMetricsOptions. getMonitoredHttpServerRoutes()
List<Match>
DropwizardMetricsOptions. getMonitoredHttpServerUris()
Methods in io.vertx.ext.dropwizard with parameters of type Match Modifier and Type Method Description DropwizardMetricsOptions
DropwizardMetricsOptions. addMonitoredEventBusHandler(Match match)
Add a monitored event bus handler.DropwizardMetricsOptions
DropwizardMetricsOptions. addMonitoredHttpClientEndpoint(Match match)
Add an monitored http client endpoint.DropwizardMetricsOptions
DropwizardMetricsOptions. addMonitoredHttpClientUri(Match match)
Add an monitored http client uri.DropwizardMetricsOptions
DropwizardMetricsOptions. addMonitoredHttpServerRoute(Match match)
Add an monitored http server route.DropwizardMetricsOptions
DropwizardMetricsOptions. addMonitoredHttpServerUri(Match match)
Add an monitored http server uri.Constructors in io.vertx.ext.dropwizard with parameters of type Match Constructor Description Match(Match other)
Copy constructor
-