Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct { processors.BaseProcessor // MaxConcurrency is the max number of goroutine it will spawn // for each event. MaxConcurrency int // Targets is the targets from config. Targets config.ReadonlyTargets }
Processor fanouts an event based on the broker key in the context.
Click to show internal directories.
Click to hide internal directories.