Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventPoolWorkerFactory ¶
type EventPoolWorkerFactory interface {
Generate() []w.EventPoolWorker
}
type LoggingEventPoolWorkerFactory ¶
type LoggingEventPoolWorkerFactory struct {
}
func (*LoggingEventPoolWorkerFactory) Generate ¶
func (factory *LoggingEventPoolWorkerFactory) Generate() []w.EventPoolWorker
type RabbitMqEventPoolWorkerFactory ¶
type RabbitMqEventPoolWorkerFactory struct {
Config *configuration.ServerConfiguration
}
func (*RabbitMqEventPoolWorkerFactory) Generate ¶
func (factory *RabbitMqEventPoolWorkerFactory) Generate() []w.EventPoolWorker
Click to show internal directories.
Click to hide internal directories.