Interface TenantPropagationConfiguration
- All Superinterfaces:
io.micronaut.http.util.OutgoingRequestProcessorMatcher
,io.micronaut.core.util.Toggleable
- All Known Implementing Classes:
TenantPropagationConfigurationProperties
public interface TenantPropagationConfiguration
extends io.micronaut.core.util.Toggleable, io.micronaut.http.util.OutgoingRequestProcessorMatcher
Tenant propagation Configuration.
- Since:
- 1.0
- Author:
- Sergio del Amo
-
Method Summary
Methods inherited from interface io.micronaut.http.util.OutgoingRequestProcessorMatcher
getServiceIdPattern, getUriPattern
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
-
Method Details
-
getPath
String getPath()- Returns:
- the path intercepted by
TenantPropagationHttpClientFilter
.
-