Documentation
¶
Overview ¶
Package eventbus routes messages (contract calls & responses) and delivers'em to relevant modules.
Usage:
TODO:
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBus ¶
type EventBus struct {
// contains filtered or unexported fields
}
EventBus is component that routes application logic requests, e.g. glue between network and logic runner
func New ¶
func New(cfg configuration.Configuration) (*EventBus, error)
New is a `EventBus` constructor, takes an executor object that satisfies LogicRunner interface
func (*EventBus) DispatchAsync ¶
DispatchAsync dispatches a `Event` to remote host.
Click to show internal directories.
Click to hide internal directories.