public interface RequestForwardingService
| Modifier and Type | Method and Description |
|---|---|
void |
kill(java.lang.String host,
java.lang.String jobId,
javax.servlet.http.HttpServletRequest request)
Send a kill request for the given job id to another Genie host.
|
void kill(java.lang.String host,
java.lang.String jobId,
@Nullable
javax.servlet.http.HttpServletRequest request)
host - The host to send the kill request tojobId - The id of the job that should be killedrequest - The optional Http request that triggered this kill forwarding action