Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
Producer producer.Producer
Listener listener.Listener
Consumer consumer.Consumer
}
A processor encapsulates a producer, listener, and consumer, and serves to control the creation, movement, and handling of data messages
func (*Processor) StartProcessor ¶
func (proc *Processor) StartProcessor()
Click to show internal directories.
Click to hide internal directories.