Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
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 >:
Inheritance graph
[legend]

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

To view all invokers implementations click here Implementations of invokers

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

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