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