Interface PropagationRecord
-
public interface PropagationRecordPropagation record mapping header to classifier, may be aStringtype, or an array of strings.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPropagationRecord.BuilderFluent API builder forPropagationRecord.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(ServerRequest req)Apply this record on the server request, reading the header and registering the context value.static PropagationRecord.Builderbuilder()Create a new fluent API builder to customize configuration.
-
-
-
Method Detail
-
builder
static PropagationRecord.Builder builder()
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
apply
void apply(ServerRequest req)
Apply this record on the server request, reading the header and registering the context value.- Parameters:
req- server request
-
-