Interface TraceWriteStrategy
-
- All Known Implementing Classes:
TraceWriteStrategyImpl
public interface TraceWriteStrategy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()voidsend(Collection<Payload> spans)Payloadserialize(BuildData buildData, Run<?,?> run)Payloadserialize(PipelineStepData stepData, Run<?,?> run)
-
-
-
Method Detail
-
serialize
@Nullable Payload serialize(PipelineStepData stepData, Run<?,?> run) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
send
void send(Collection<Payload> spans)
-
close
default void close()
-
-