Transport
interface Transport
SPI implemented by transport adapters (e.g. autograph-segment).
Autograph deliberately owns no queueing, batching, or retry logic — those concerns belong to the transport underneath.
Inheritors
Properties
Link copied to clipboard
True when this transport calls EnvelopeSource.stamp inside its own pipeline. In that case the core passes envelope = null to the event methods and the transport is responsible for stamping every event exactly once.