Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Receiver ¶
type Receiver struct {
// contains filtered or unexported fields
}
func NewReceiver ¶
func NewReceiver(r *Registry, o ...ReceiverOption) *Receiver
type ReceiverOption ¶
type ReceiverOption func(*Receiver)
func ReceiverErrorHandler ¶
func ReceiverErrorHandler(h messaging.ErrorHandler) ReceiverOption
type Registry ¶
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶
func NewRegistry() *Registry
Click to show internal directories.
Click to hide internal directories.