Package | Description |
---|---|
io.vertx.micrometer |
Modifier and Type | Field and Description |
---|---|
static MatchType |
Match.DEFAULT_TYPE
The default value :
EQUALS |
Modifier and Type | Method and Description |
---|---|
MatchType |
Match.getType() |
static MatchType |
MatchType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchType[] |
MatchType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Match |
Match.setType(MatchType type)
Set the type of matching to apply.
|
Copyright © 2021 Eclipse. All rights reserved.