public interface FluentRequest<FR extends FluentRequest<FR,ReqT,RespT>,ReqT,RespT>
| Modifier and Type | Interface and Description |
|---|---|
static class |
FluentRequest.AbstractFluentRequest<FR extends FluentRequest<FR,ReqT,RespT>,ReqT,RespT,BldT extends com.google.protobuf.GeneratedMessageV3.Builder<BldT>> |
| Modifier and Type | Method and Description |
|---|---|
ReqT |
asRequest() |
com.google.common.util.concurrent.ListenableFuture<RespT> |
async() |
com.google.common.util.concurrent.ListenableFuture<RespT> |
async(Executor executor) |
FR |
backoffRetry() |
FR |
backoffRetry(Condition precondition) |
FR |
deadline(io.grpc.Deadline deadline) |
RespT |
sync() |
FR |
timeout(long millisecs) |
Copyright © 2019. All rights reserved.