Code Examples
A repository of 155 code examples for BeepBeep
|
Use the Trim processor to discard events from the beginning of a stream. More...
Static Public Member Functions | |
static void | main (String[] args) |
Use the Trim processor to discard events from the beginning of a stream.
The chain of processors in this example can be represented graphically as:
Definition at line 36 of file TrimPush.java.
|
static |
Create an instance of the Trim processor. This processor is
Definition at line 38 of file TrimPush.java.