new ProcessorCollection(processors)
Parameters:
| Name | Type | Argument | Description |
|---|---|---|---|
processors |
olympe.dc.Processor |
<repeatable> |
the processors to chain in the right order |
- Implements:
Methods
-
process(source, object, next)
-
Processes a query.
Parameters:
Name Type Description sourcestring the source from which the object come
objectObject The query.
nextolympe.dc.Processor.NextProcessorCallback - Implements:
Olympe SDK