Package dev.gmitch215.bytebox
Interface Tail
public interface Tail
Receives trace events from another Worker. A Tail Worker is deployed separately and named in the
producing Worker's
tail_consumers.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidtail(List<TraceItem> events, Env env, ExecutionCtx ctx) Handles one batch of trace events.
-
Method Details
-
tail
Handles one batch of trace events.- Parameters:
events- the tracesenv- the bindings declared in the Wrangler configurationctx- the invocation context
-