Interface TenantPropagationConfiguration
-
- All Superinterfaces:
io.micronaut.http.util.OutgointRequestProcessorMatcher,io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
TenantPropagationConfigurationProperties
public interface TenantPropagationConfiguration extends io.micronaut.core.util.Toggleable, io.micronaut.http.util.OutgointRequestProcessorMatcherTenant propagation Configuration.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetPath()
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
- Returns:
- the path intercepted by
TenantPropagationHttpClientFilter.
-
-