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:Builder
Build the instance from this builder.- Specified by:
build
in interfaceBuilder<PropagationRecord>
- Returns:
- instance of the built type
-
-