Class PropagationRecord.Builder
- java.lang.Object
-
- io.helidon.webclient.context.propagation.PropagationRecord.Builder
-
- All Implemented Interfaces:
Builder<PropagationRecord>,Supplier<PropagationRecord>
- Enclosing interface:
- PropagationRecord
public static class PropagationRecord.Builder extends Object implements Builder<PropagationRecord>
Fluent API builder forPropagationRecord.
-
-
Method Detail
-
build
public PropagationRecord build()
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<PropagationRecord>- Returns:
- instance of the built type
-
-