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 jobs using Broker service.
func (*Broker) Listen ¶
func (b *Broker) Listen(pipelines []*jobs.Pipeline, pool chan jobs.Handler, err jobs.ErrorHandler) error
Listen configures broker with list of tubes to listen and handler function. Local broker groups all tubes together.
Click to show internal directories.
Click to hide internal directories.