All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qwlabs.quarkus.tenant.TenantIdResolver Maven / Gradle / Ivy

There is a newer version: 0.2.354
Show newest version
package com.qwlabs.quarkus.tenant;

import io.vertx.ext.web.RoutingContext;

public interface TenantIdResolver {
    String resolve(RoutingContext context, TenantConfig config);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy