public interface NodeMain extends NodeListener
Node
with its associated program logic.
NodeMain
is the one required NodeListener
for Node
creation. NodeListener.onStart(ConnectedNode)
should be used to set up your
program's Publisher
s, Subscriber
s, etc.
Modifier and Type | Method and Description |
---|---|
GraphName |
getDefaultNodeName() |
onError, onShutdown, onShutdownComplete, onStart
GraphName getDefaultNodeName()
Node
that will be used if a name was not
specified in the Node
's associated
NodeConfiguration