Package com.intuit.karate.job
Class JobExecutor
- java.lang.Object
-
- com.intuit.karate.job.JobExecutor
-
public class JobExecutor extends Object
- Author:
- pthomas3
-
-
Field Summary
Fields Modifier and Type Field Description protected LogAppenderappenderprotected AtomicReference<String>chunkIdprotected StringexecutorIdprotected StringjobIdprotected StringserverUrl
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static JobMessageinvokeServer(Http http, JobMessage req)static voidrun(String serverUrl)
-
-
-
Field Detail
-
serverUrl
protected final String serverUrl
-
appender
protected final LogAppender appender
-
jobId
protected final String jobId
-
executorId
protected final String executorId
-
chunkId
protected AtomicReference<String> chunkId
-
-
Method Detail
-
run
public static void run(String serverUrl)
-
invokeServer
protected static JobMessage invokeServer(Http http, JobMessage req)
-
-