Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsumeOpts ¶
type ConsumeOpts struct { /* OnError is called when an error occurs while consuming a message. If OnError returns an error, then the consumer will not commit that message, so that it will be queued again. Otherwise, the consumer will commit the message, so that it will not be consumed again */ OnError func(err error) error }
type ConsumerOutput ¶
type ConsumerOutput struct{}
type ErrShouldRetry ¶
type ErrShouldRetry struct {
Err error
}
func (ErrShouldRetry) Error ¶
func (e ErrShouldRetry) Error() string
type NatsJetstreamProduceMsg ¶
type ProduceMsg ¶
type ProducerOutput ¶
type ProducerOutput struct{}
Click to show internal directories.
Click to hide internal directories.