Uses of Class
org.wildfly.extension.vertx.NamedVertxOptions
Packages that use NamedVertxOptions
-
Uses of NamedVertxOptions in org.wildfly.extension.vertx
Fields in org.wildfly.extension.vertx declared as NamedVertxOptionsMethods in org.wildfly.extension.vertx that return NamedVertxOptionsModifier and TypeMethodDescriptionVertxOptionsRegistry.getNamedVertxOptions(String name) Gets the NamedVertxOptions by the name.Methods in org.wildfly.extension.vertx with parameters of type NamedVertxOptionsModifier and TypeMethodDescriptionvoidVertxOptionsRegistry.addVertxOptions(NamedVertxOptions namedVertxOptions) Adds a NamedVertxOptions into this registry.Constructor parameters in org.wildfly.extension.vertx with type arguments of type NamedVertxOptionsModifierConstructorDescriptionVertxProxyService(String optionName, Supplier<NamedVertxOptions> optionsSupplier, Consumer<VertxProxy> vertxProxytConsumer)