public class FeignCorrelationInterceptor
extends java.lang.Object
implements feign.RequestInterceptor
| Constructor and Description |
|---|
FeignCorrelationInterceptor(RequestCorrelationProperties properties)
Creates new instance of
FeignCorrelationInterceptor. |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(feign.RequestTemplate template) |
public FeignCorrelationInterceptor(RequestCorrelationProperties properties)
FeignCorrelationInterceptor.properties - the correlation propertiesjava.lang.IllegalArgumentException - if properties is null