Code Examples
A repository of 155 code examples for BeepBeep
basic.PipingUnaryIncorrect Class Reference

Pipe processors together using the Connector object. More...

Static Public Member Functions

static void main (String[] args)
 

Detailed Description

Pipe processors together using the Connector object.

The chain of processors in this example can be represented graphically as:

Processor graph

This example differs from PipingUnary in that we call

pull

on the source, which interferes with the proper sequencing of events.

See also
PipingUnary
Author
Sylvain Hallé Easy

Definition at line 38 of file PipingUnaryIncorrect.java.


The documentation for this class was generated from the following file: