Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dispatcher ¶
type Dispatcher struct {
// contains filtered or unexported fields
}
Dispatcher is Event Dispatcher
func NewDispatcher ¶
func NewDispatcher(opts Options) *Dispatcher
func (*Dispatcher) DispatchEndpoint ¶ added in v0.2.0
func (*Dispatcher) WarmUp ¶ added in v0.8.0
func (d *Dispatcher) WarmUp()
type Registration ¶ added in v0.8.0
type Registration struct {
// contains filtered or unexported fields
}
func NewRegistration ¶ added in v0.8.0
func NewRegistration(endpoints []*entities.Endpoint) *Registration
type Registry ¶ added in v0.8.0
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶ added in v0.8.0
func (*Registry) Unregister ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.