public class Echo extends java.lang.Object
com.ibm.streamsx.topology.context.StreamsContext.
This topology is always executed in embedded mode,
within this JVM.
This may be executed from the samples/java/functional directory as:
ant run.echo - 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.Echo text to echo
- Run directly from the command line in embedded mode.
public Echo()
public static void main(java.lang.String[] args) throws java.lang.Exception
args - Arguments to be echoed to standard out.java.lang.Exception