Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
com.griddynamics.jagger.invoker.stubs.WaitingInvoker< Q, R, E > Class Reference

Sleeps for specified time. More...

Inheritance diagram for com.griddynamics.jagger.invoker.stubs.WaitingInvoker< Q, R, E >:
Inheritance graph
[legend]

Public Member Functions

invoke (Q query, E endpoint) throws InvocationException
 Sleep for exact time. More...
 
 WaitingInvoker (R result, int sleepMs)
 Make an invocation to target. More...
 

Detailed Description

Sleeps for specified time.

Author
Dmitry Kotlyarov
Details:

It is no matter what type you select for query, endpoint and result. This kind of invoker has no logic. It is very helpful when you would like to create a pause between tests or you are waiting when service will be available.

Parameters
<Q>- Query type
<R>- Result type
<E>- Endpoint type

The documentation for this class was generated from the following file: