Code Examples
A repository of 155 code examples for BeepBeep
|
Push events into a QueueSink processor. More...
Static Public Member Functions | |
static void | main (String[] args) |
Push events into a QueueSink processor.
Graphically, the queue sink is represented as follows:
Since it is a sink, it has no output stream.
The expected output of this program is:
Events in the sink: [foo, bar] Events in the sink: [bar, baz]
Definition at line 41 of file QueueSinkUsage.java.
|
static |