public class FilterEcho extends java.lang.Object
com.ibm.streamsx.topology.context.StreamsContext.
d.
This topology is always executed in embedded mode,
within this JVM.
This may be executed from the samples/java/functional directory as:
ant run.filterecho - Using Apache Ant, this will run in embedded
mode.java -cp functionalsamples.jar:../../../com.ibm.streamsx.topology/lib/com.ibm.streamsx.topology.jar:$STREAMS_INSTALL/lib/com.ibm.streams.operator.samples.jar
simple.FilterEcho "d print this" "omit this"
- Run directly from the command line in embedded mode.
| Constructor and Description |
|---|
FilterEcho() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
Sample filtering echo topology application.
|
public FilterEcho()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception