Interface RestExecutor
-
@API public interface RestExecutorRuns jobs for configurable REST web services. Entry point for execution isexecute(ExecutionCtx).- Since:
- 2015.3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RestResponseexecute(ExecutionCtx ctx)Runs a job using a configurable REST web service.
-
-
-
Method Detail
-
execute
RestResponse execute(ExecutionCtx ctx)
Runs a job using a configurable REST web service. The service url contains information about which service to use and optional additional parameters specifying which object(s) the client is interested in. Make sure that the returned response object is closed properly.- Parameters:
ctx- The currentexecution context- Returns:
- A
REST response - Since:
- 2015.3.0
-
-