Executable¶
Executable is an abstraction of executables.
Contract¶
awaitTerminated¶
void awaitTerminated()
Used when:
KsqlServerMainis requested to tryStartAppMultiExecutableis requested toawaitTerminated
notifyTerminated¶
void notifyTerminated()
Used when:
KsqlServerMainis requested to tryStartAppMultiExecutableis requested tonotifyTerminated
shutdown¶
void shutdown()
Used when:
KsqlServerMainis requested to tryStartAppMultiExecutableis requested toshutdown
startAsync¶
void startAsync()
Used when:
KsqlServerMainis requested to tryStartAppMultiExecutableis requested tostartAsync
Implementations¶
- StandaloneExecutor
 MultiExecutableConnectExecutable- KsqlRestApplication