Interface ResponseValidator<Response>
-
- All Known Subinterfaces:
ConversationExchange<Request,Response>
- All Known Implementing Classes:
ConversationExchangeDefaultImpl
public interface ResponseValidator<Response>
This interface is used to validate response objects that are part ofAsyncClientConversation
orClientConversation
exchanges.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
validate(Response response)
-
-
-
Method Detail
-
validate
boolean validate(Response response)
-
-