Documentation
¶
Index ¶
- type DeadLetterStats
- type DeadLetterStore
- func (s *DeadLetterStore) Add(d *Delivery)
- func (s *DeadLetterStore) Count() int
- func (s *DeadLetterStore) Get(id string) (*Delivery, bool)
- func (s *DeadLetterStore) List() []*Delivery
- func (s *DeadLetterStore) Purge() int
- func (s *DeadLetterStore) Remove(id string) (*Delivery, bool)
- func (s *DeadLetterStore) Stats() DeadLetterStats
- type Delivery
- type DeliveryStatus
- type Handler
- type RetryConfig
- type RetryManager