Package org.wildfly.extension.vertx
Class VertxOptionsRegistry
java.lang.Object
org.wildfly.extension.vertx.VertxOptionsRegistry
A central place to register the defined VertxOptions.
- Author:
- Lin Gao
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddVertxOptions(NamedVertxOptions namedVertxOptions) Adds a NamedVertxOptions into this registry.static VertxOptionsRegistrygetNamedVertxOptions(String name) Gets the NamedVertxOptions by the name.voidremoveVertxOptions(String name) Removes a NamedVertxOption by its name
-
Method Details
-
getInstance
-
getNamedVertxOptions
Gets the NamedVertxOptions by the name.- Parameters:
name- the defined name for the NamedVertxOptions- Returns:
- the NamedVertxOptions
-
addVertxOptions
Adds a NamedVertxOptions into this registry.- Parameters:
namedVertxOptions- the NamedVertxOptions to add
-
removeVertxOptions
Removes a NamedVertxOption by its name- Parameters:
name- the name of the NamedVertxOptions to remove
-