public interface FileResolverFactory extends VertxServiceProvider
Modifier and Type | Method and Description |
---|---|
default void |
init(io.vertx.core.impl.VertxBuilder builder)
Let the provider initialize the Vert.x builder.
|
FileResolver |
resolver(VertxOptions options)
Create a new
FileResolver object. |
default void init(io.vertx.core.impl.VertxBuilder builder)
VertxServiceProvider
init
in interface VertxServiceProvider
builder
- the builderFileResolver resolver(VertxOptions options)
FileResolver
object.options
- the vertx configuration optionsCopyright © 2022 Eclipse. All rights reserved.