public class HelloWorld extends java.lang.Object
com.ibm.streamsx.topology.context.StreamsContext
.
This may be executed from the samples/java/functional
directory as:
ant run.helloworld
- Using Apache Ant, this will run in embedded
mode.java -jar funcsamples.jar:../com.ibm.streamsx.topology/lib/com.ibm.streamsx.topology.jar:$STREAMS_INSTALL/lib/com.ibm.streams.operator.samples.jar
simple.HelloWorld [CONTEXT_TYPE]
- Run directly from the command line.
DISTRIBUTED
- Run as an IBM Streams distributed
application.STANDALONE
- Run as an IBM Streams standalone
application.EMBEDDED
- Run embedded within this JVM.BUNDLE
- Create an IBM Streams application bundle.TOOLKIT
- Create an IBM Streams application toolkit.Constructor and Description |
---|
HelloWorld() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Sample Hello World topology application.
|
public HelloWorld()
public static void main(java.lang.String[] args) throws java.lang.Exception
args
- java.lang.Exception