Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnyErrorMiddleware ¶
func NewAnyErrorMiddleware[T any](publisher *publisher.Publisher) (middleware.AnyErrorMiddleware[T], error)
func NewAnyErrorMiddlewareWithOptions ¶
func NewAnyErrorMiddlewareWithOptions[T any](publisher *publisher.Publisher, options *Options) middleware.AnyErrorMiddleware[T]
Types ¶
type DeadletterOptions ¶
type Options ¶
type Options struct { Subject string Deadletter DeadletterOptions }
func NewOptions ¶
type Publisher ¶
type Publisher[T any] struct { // contains filtered or unexported fields }
func (*Publisher[T]) Exec ¶
func (c *Publisher[T]) Exec(ctx *middleware.AnyErrorContext[T], exec middleware.AnyErrorExecFunc[T], fallbackFunc middleware.AnyErrorReturnFunc[T]) (T, error)
Click to show internal directories.
Click to hide internal directories.