Stamp
Table of Contents
Interfaces
- NonSendableStampInterface
- A stamp that should not be included with the Envelope if sent to a transport.
- StampInterface
- An envelope stamp related to a message.
Classes
- AckStamp
- Marker stamp for messages that can be ack/nack'ed.
- BusNameStamp
- Stamp used to identify which bus it was passed to.
- ConsumedByWorkerStamp
- A marker that this message was consumed by a worker process.
- DelayStamp
- Apply this stamp to delay delivery of your message on a transport.
- DispatchAfterCurrentBusStamp
- Marker item to tell this message should be handled in after the current bus has finished.
- ErrorDetailsStamp
- Stamp applied when a messages fails due to an exception in the handler.
- FlushBatchHandlersStamp
- Marker telling that any batch handlers bound to the envelope should be flushed.
- HandledStamp
- Stamp identifying a message handled by the `HandleMessageMiddleware` middleware and storing the handler returned value.
- NoAutoAckStamp
- Marker telling that ack should not be done automatically for this message.
- ReceivedStamp
- Marker stamp for a received message.
- RedeliveryStamp
- Stamp applied when a messages needs to be redelivered.
- RouterContextStamp
- SentStamp
- Marker stamp identifying a message sent by the `SendMessageMiddleware`.
- SentToFailureTransportStamp
- Stamp applied when a message is sent to the failure transport.
- SerializerStamp
- TransportMessageIdStamp
- Added by a sender or receiver to indicate the id of this message in that transport.
- ValidationStamp