Package com.aventstack.chaintest.http
Class WrappedResponseAsync<T extends ChainTestEntity>
java.lang.Object
com.aventstack.chaintest.http.BaseResponse<T>
com.aventstack.chaintest.http.WrappedResponse<T>
com.aventstack.chaintest.http.WrappedResponseAsync<T>
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedResponseAsync(T entity) WrappedResponseAsync(T entity, CompletableFuture<HttpResponse<T>> response) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidsetResponseFuture(CompletableFuture<HttpResponse<T>> responseFuture)
-
Constructor Details
-
WrappedResponseAsync
-
WrappedResponseAsync
-
WrappedResponseAsync
-
-
Method Details
-
setResponseFuture
-
equals
- Overrides:
equalsin classWrappedResponse<T extends ChainTestEntity>
-
hashCode
public int hashCode()- Overrides:
hashCodein classWrappedResponse<T extends ChainTestEntity>
-