Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrSendFailed = errors.New("send failed")
)
Functions ¶
This section is empty.
Types ¶
type Topic ¶
type Topic[T any] struct { // contains filtered or unexported fields }
func NewTopic ¶
func NewTopic[T any](clone messaging.MessageCloneFunc[T], subChannelSize int) *Topic[T]
NewTopic returns a new instance of messaging.Topic
func NewTopicWithDefaults ¶
Click to show internal directories.
Click to hide internal directories.