Package brave.propagation
Interface ExtraFieldCustomizer
-
@Deprecated public interface ExtraFieldCustomizer
Deprecated.Since 5.11 useBaggagePropagationCustomizer- Since:
- 5.7
-
-
Field Summary
Fields Modifier and Type Field Description static ExtraFieldCustomizerNOOPDeprecated.Use to avoid comparing against null references
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidcustomize(ExtraFieldPropagation.FactoryBuilder builder)Deprecated.
-
-
-
Field Detail
-
NOOP
static final ExtraFieldCustomizer NOOP
Deprecated.Use to avoid comparing against null references
-
-
Method Detail
-
customize
void customize(ExtraFieldPropagation.FactoryBuilder builder)
Deprecated.
-
-