vertx / io.vertx.maven / Resolver / create

create

open static fun create(): Resolver

Creates a Resolver using the default implementation and default options.

Return
the created Resolver.

open static fun create(options: ResolverOptions): Resolver

Creates a Resolver using the default implementation and the given options.

Parameters

options - the resolver options

Return
the created Resolver.