Uses of Interface
com.aventstack.chaintest.domain.ChainTestEntity
Packages that use ChainTestEntity
-
Uses of ChainTestEntity in com.aventstack.chaintest.domain
Classes in com.aventstack.chaintest.domain that implement ChainTestEntity -
Uses of ChainTestEntity in com.aventstack.chaintest.http
Classes in com.aventstack.chaintest.http with type parameters of type ChainTestEntityModifier and TypeClassDescriptionclassBaseResponse<T extends ChainTestEntity>classWrappedResponse<T extends ChainTestEntity>classWrappedResponseAsync<T extends ChainTestEntity>Methods in com.aventstack.chaintest.http with type parameters of type ChainTestEntityModifier and TypeMethodDescription<T extends ChainTestEntity>
HttpResponse<String>ChainTestApiClient.send(T entity) <T extends ChainTestEntity>
HttpResponse<String>ChainTestApiClient.send(T entity, HttpMethod method) <T extends ChainTestEntity>
HttpResponse<T><T extends ChainTestEntity>
HttpResponse<T>ChainTestApiClient.send(T entity, Class<T> clazz, HttpMethod method) <T extends ChainTestEntity>
CompletableFuture<HttpResponse<String>>ChainTestApiClient.sendAsync(T entity) <T extends ChainTestEntity>
CompletableFuture<HttpResponse<String>>ChainTestApiClient.sendAsync(T entity, HttpMethod method) <T extends ChainTestEntity>
CompletableFuture<HttpResponse<T>><T extends ChainTestEntity>
CompletableFuture<HttpResponse<T>>ChainTestApiClient.sendAsync(T entity, Class<T> clazz, HttpMethod method) <T extends ChainTestEntity>
HttpResponse<T>HttpRetryHandler.trySend(T entity, Class<T> clazz, HttpMethod httpMethod) <T extends ChainTestEntity>
HttpResponse<T>HttpRetryHandler.trySend(T entity, Class<T> clazz, HttpMethod httpMethod, int maxRetryAttempts)