Interface RestExecutor


  • @API
    public interface RestExecutor
    Runs jobs for configurable REST web services. Entry point for execution is execute(ExecutionCtx).
    Since:
    2015.3.0
    • 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 current execution context
        Returns:
        A REST response
        Since:
        2015.3.0