Methods
-
<abstract> 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
Type Definitions
-
NextProcessorCallback(error, object)
-
Parameters:
Name Type Argument Description errorError <nullable>
objectObject the processed object
Olympe SDK