PropagationRecord.Builder |
PropagationRecord.Builder.array(boolean isArray) |
Whether this value is a String (false ), or an array of Strings (true ).
|
static PropagationRecord.Builder |
PropagationRecord.builder() |
Create a new fluent API builder to customize configuration.
|
PropagationRecord.Builder |
PropagationRecord.Builder.classifier(String classifier) |
|
PropagationRecord.Builder |
PropagationRecord.Builder.config(Config config) |
Update from configuration.
|
PropagationRecord.Builder |
PropagationRecord.Builder.defaultValue(String... defaultValue) |
Default value to use, either a single string (any type), or an array of strings (only usable if this is an array).
|
PropagationRecord.Builder |
PropagationRecord.Builder.header(String headerName) |
Name of the header expected to contain value to be registered in context.
|