Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dummy ¶
type Dummy struct {
}
Dummy struct
func (*Dummy) Subscribe ¶
func (e *Dummy) Subscribe(h notificationcenter.Handler) error
Subscribe new handler
func (*Dummy) Unsubscribe ¶
func (e *Dummy) Unsubscribe(h notificationcenter.Handler) error
Unsubscribe this handler by ptr
type EventProxy ¶
type EventProxy struct {
subscriber.Base
// contains filtered or unexported fields
}
EventProxy implements basic event processor with message processing without chanel pool
func NewProxy ¶
func NewProxy(enc ...encoder.Encoder) *EventProxy
NewProxy object with encoding option
Click to show internal directories.
Click to hide internal directories.