Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Broker ¶
type Broker struct {
// contains filtered or unexported fields
}
Broker run queue using local goroutines.
func (*Broker) Listen ¶
func (b *Broker) Listen(pipelines []*jobs.Pipeline, pool chan jobs.Handler, err jobs.ErrorHandler) error
Listen configures broker with list of pipelines to listen and handler function. Broker broker groups all pipelines together.
Click to show internal directories.
Click to hide internal directories.