initiatePullProcessing()
Since the workflow in a pull pipeline is completely inverted compared to
for example a SAX pipeline, this method is required to push the
Starter.execute() to the Finisher which should start
processing.
Since the workflow in a pull pipeline is completely inverted compared to
for example a SAX pipeline, this method is required to push the
Starter.execute() to the Finisher which should start
processing.
Used to connect a consumer to it's producer. As to the nature of the
control inversion and pulling it is required to specify a parent, which
provides the consumer with events to consume. This function is called
when the pipeline sets it's consumers.