Uses of Interface
io.helidon.microprofile.server.RoutingBuilders
-
Packages that use RoutingBuilders Package Description io.helidon.microprofile.server Microprofile 1.0 server implementation. -
-
Uses of RoutingBuilders in io.helidon.microprofile.server
Methods in io.helidon.microprofile.server that return RoutingBuilders Modifier and Type Method Description static RoutingBuilders
RoutingBuilders. create(Config componentConfig)
Prepares the default and actualRouting.Builder
instances based on the "routing" configuration for the specific component configuration.static RoutingBuilders
RoutingBuilders. create(String componentName)
Prepares the default and actualRouting.Builder
instances based on the "routing" configuration for the specific component.static RoutingBuilders
RoutingBuilders. createFromRoutingName(String routingName)
Prepares the default and actualRouting.Builder
instances based on a routing name.
-