Uses of Package
com.babelqueue

Packages that use com.babelqueue
Package
Description
BabelQueue — Polyglot Queues, Simplified.
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.
  • Classes in com.babelqueue used by com.babelqueue
    Class
    Description
    Base unchecked exception for all BabelQueue failures.
    The additive block appended to an Envelope when a message is dead-lettered.
    The canonical BabelQueue wire message: a strict, language-neutral JSON shape ({job, trace_id, data, meta, attempts}) that every SDK produces and consumes identically — no language-specific serialization on the wire.
    The immutable per-message metadata block of a Envelope.
    A message that can be produced as a polyglot envelope.
  • Class
    Description
    The canonical BabelQueue wire message: a strict, language-neutral JSON shape ({job, trace_id, data, meta, attempts}) that every SDK produces and consumes identically — no language-specific serialization on the wire.
  • Class
    Description
    The canonical BabelQueue wire message: a strict, language-neutral JSON shape ({job, trace_id, data, meta, attempts}) that every SDK produces and consumes identically — no language-specific serialization on the wire.
  • Class
    Description
    Base unchecked exception for all BabelQueue failures.