public interface AgentJobKillService
| Modifier and Type | Method and Description |
|---|---|
void |
start(@NotBlank(message="Job id cannot be blank") java.lang.String jobId)
Start listening for job termination notification.
|
void |
stop()
Stop the service.
|