Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
com.griddynamics.jagger.invoker.stubs.WaitingInvoker< Q, R, E >.WaitingInvoker ( result,
int  sleepMs 
)

Make an invocation to target.

Author
Dmitry Kotlyarov
Parameters
result- an object, which will returns as the result of invocation
sleepMs- time for sleeping
50  {
51  this.result = result;
52  this.sleepMs = sleepMs;
53  }