Interface ResultValidator<T>

Type Parameters:
T - The actual type of the endpoint response.
All Known Implementing Classes:
CustomEqualsAcceptanceImpl, EqualsValidatorImpl, PerformanceAcceptanceImpl, ResultValidatorImpl

public interface ResultValidator<T>
The response objects from both endpoints need to be compared to evaluate if they are compatible so that the endpoint switch can be performed. ResultValidator instances are used to validate the responses of the endpoints.