RestartStrategy
interface RestartStrategy
Methods
void
start()
Perform the initial start of the managed process.
void
restart()
Restart the managed process (stop current instance, start new).
void
stop()
Stop the managed process.
Details
at line 12
void
start()
Perform the initial start of the managed process.
at line 17
void
restart()
Restart the managed process (stop current instance, start new).
at line 24
void
stop()
Stop the managed process.
Idempotent — teardown paths may invoke it multiple times.