Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoHandler = errors.New("no handler")
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
func NewDispatcher ¶
func NewDispatcher() *Dispatcher
func (*Dispatcher) Dispatch ¶
func (m *Dispatcher) Dispatch(iEvent IEvent, ctx actor.Context, args ...interface{}) (err error)
func (*Dispatcher) Register ¶
func (m *Dispatcher) Register(id ID, h Handler)
Click to show internal directories.
Click to hide internal directories.