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.

Return Value

void

at line 17
void restart()

Restart the managed process (stop current instance, start new).

Return Value

void

at line 24
void stop()

Stop the managed process.

Idempotent — teardown paths may invoke it multiple times.

Return Value

void