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

Validates that invocation result is not null. More...

Inheritance diagram for com.griddynamics.jagger.engine.e1.collector.NotNullResponseValidator< Q, E, R >:
Inheritance graph
[legend]

Public Member Functions

String getName ()
 Returns the name of validator. More...
 
 NotNullResponseValidator (String taskId, String sessionId, NodeContext kernelContext)
 
boolean validate (Q query, E endpoint, R result, long duration)
 Return false if invocation result is null. More...
 
- Public Member Functions inherited from com.griddynamics.jagger.engine.e1.collector.ResponseValidator< Q, E, R >
 ResponseValidator (String taskId, String sessionId, NodeContext kernelContext)
 Default constructor for validators. More...
 

Detailed Description

Validates that invocation result is not null.


To use this validator add validator element with type validator-not-null-response in info-collectors block.

Author
Dmitry Kotlyarov
Parameters
<Q>- Query type
<R>- Result type
<E>- Endpoint type

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