types

package
v1.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2024 License: AGPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConsumeMsg

type ConsumeMsg struct {
	Subject   string
	Timestamp time.Time
	Payload   []byte
}

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 NatsJetstreamProduceMsg struct {
	Subject string
	Payload []byte
}

type ProduceMsg

type ProduceMsg struct {
	Subject string
	Payload []byte
}

type ProducerOutput

type ProducerOutput struct{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL