Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.invoker.Invoker< Q, R, E > Interface Reference

Responsible for action invocation on specified endpoint and query. More...

Inheritance diagram for com.griddynamics.jagger.invoker.Invoker< Q, R, E >:

Public Member Functions

invoke (Q query, E endpoint) throws InvocationException
 Makes an invocation to target. More...
 

Detailed Description

Responsible for action invocation on specified endpoint and query.

Author
Mairbek Khadikov
Details:

Create a request to some target with specified query. The result of invocation can be collected by metrics and validators. Note that Invoker is used in multi thread environment, so realize thread-safe implementation

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

Definition at line 35 of file Invoker.java.


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