Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ChannelPubSubDefaultConfig = gochannel.Config{ OutputChannelBuffer: 10, Persistent: true, BlockPublishUntilSubscriberAck: false, }
Functions ¶
This section is empty.
Types ¶
type ChannelPubSub ¶
func NewPubSubHandlerChannel ¶
func NewPubSubHandlerChannel(config gochannel.Config) ChannelPubSub
NewPubSubHandlerChannel this handler uses Watermill's go channels implementation as message engine
type DBSubscriptionClient ¶
type DBSubscriptionClient struct {
Client IDBSubscriptionClient
}
type IDBSubscriptionClient ¶
type ITopicPubSubClient ¶
type TopicPubSubClient ¶
type TopicPubSubClient struct {
Client ITopicPubSubClient
}
Click to show internal directories.
Click to hide internal directories.