Uses of Interface
com.babelqueue.idempotency.Handler
Packages that use Handler
Package
Description
Optional idempotency helper (ADR-0022): dedupe a consume handler on
meta.id.Optional OpenTelemetry tracing for babelqueue (ADR-0025) — the Java mirror of the Go
babelqueue-go/otel module.Optional per-URN
data schema validation (ADR-0024): a dependency-free subset
Draft-07 validator (PayloadValidator), a
SchemaProvider (with the in-memory
MapProvider), and the
SchemaValidation producer/consumer helpers.-
Uses of Handler in com.babelqueue.idempotency
Methods in com.babelqueue.idempotency that return HandlerModifier and TypeMethodDescriptionstatic HandlerReturnshandlerwrapped with dedupe onmeta.idagainststore.Methods in com.babelqueue.idempotency with parameters of type Handler -
Uses of Handler in com.babelqueue.otel
Methods in com.babelqueue.otel that return HandlerModifier and TypeMethodDescriptionstatic HandlerTracing.wrapHandler(io.opentelemetry.api.trace.Tracer tracer, Handler handler) Wraps a consume handler to emit aCONSUMERspan per message, in the OTel trace derived from the envelope'strace_id, recording the handler's error/status.Methods in com.babelqueue.otel with parameters of type HandlerModifier and TypeMethodDescriptionstatic HandlerTracing.wrapHandler(io.opentelemetry.api.trace.Tracer tracer, Handler handler) Wraps a consume handler to emit aCONSUMERspan per message, in the OTel trace derived from the envelope'strace_id, recording the handler's error/status. -
Uses of Handler in com.babelqueue.schema
Methods in com.babelqueue.schema that return HandlerModifier and TypeMethodDescriptionstatic HandlerSchemaValidation.wrap(SchemaProvider provider, Handler handler) Returnshandlerwrapped to validate each message'sdataagainst its URN's schema before the handler runs (consumer-side safety net).Methods in com.babelqueue.schema with parameters of type HandlerModifier and TypeMethodDescriptionstatic HandlerSchemaValidation.wrap(SchemaProvider provider, Handler handler) Returnshandlerwrapped to validate each message'sdataagainst its URN's schema before the handler runs (consumer-side safety net).