Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.collector.invocation.InvocationListener< Q, R, E >.Composer< Q, R, E > Class Reference

Class is used by Jagger for sequential execution of several listeners
Not required for custom test listeners. More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.invocation.InvocationListener< Q, R, E >.Composer< Q, R, E >:

Public Member Functions

 Composer (List< InvocationListener< Q, R, E >> listeners)
 
void onError (InvocationInfo< Q, R, E > invocationInfo, Throwable error)
 
void onFail (InvocationInfo< Q, R, E > invocationInfo, InvocationException e)
 
void onStart (InvocationInfo< Q, R, E > invocationInfo)
 
void onSuccess (InvocationInfo< Q, R, E > invocationInfo)
 
- Public Member Functions inherited from com.griddynamics.jagger.engine.e1.collector.invocation.InvocationListener< Q, R, E >
void onError (InvocationInfo< Q, R, E > invocationInfo, Throwable error)
 Method is executed when invocation was interrupted by some error. More...
 
void onFail (InvocationInfo< Q, R, E > invocationInfo, InvocationException e)
 Method is executed when some invocation exception happens or some validator failed. More...
 
void onStart (InvocationInfo< Q, R, E > invocationInfo)
 Method is executed before invocation starts. More...
 
void onSuccess (InvocationInfo< Q, R, E > invocationInfo)
 Method is executed when invocation finished successfully. More...
 

Static Public Member Functions

static< Q, R, E >
InvocationListener 
compose (List< InvocationListener< Q, R, E >> listeners)
 

Detailed Description

Class is used by Jagger for sequential execution of several listeners
Not required for custom test listeners.

Definition at line 48 of file InvocationListener.java.


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