public interface TenantResolver
| Modifier and Type | Method and Description |
|---|---|
String |
resolve(io.vertx.ext.web.RoutingContext context)
Returns a tenant identifier given a
RoutingContext, where the identifier will be used to choose the proper
configuration during runtime. |
String resolve(io.vertx.ext.web.RoutingContext context)
RoutingContext, where the identifier will be used to choose the proper
configuration during runtime.context - the routing contextnull, indicates that the default configuration/tenant should be chosenCopyright © 2021 JBoss by Red Hat. All rights reserved.