public interface Startable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStartMessage()
Gets a string that describes the start action.
|
void |
start()
Start the flow running
|
void start() throws java.lang.Exception
java.lang.Exception
- if something goes wrongjava.lang.String getStartMessage()