Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PubSub ¶
type PubSub struct {
// contains filtered or unexported fields
}
func (*PubSub) AddEventHandlers ¶
func (pb *PubSub) AddEventHandlers(handlers ...cqrs.EventHandler) error
func (*PubSub) AddSSEHandler ¶
func (pb *PubSub) AddSSEHandler(topic string, handler stream.StreamAdapter) http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.