Package io.grpc.xds
Class FaultFilter.DelayInjectedCall<ReqT,RespT>
- java.lang.Object
-
- io.grpc.ClientCall<ReqT,RespT>
-
- io.grpc.internal.DelayedClientCall<ReqT,RespT>
-
- io.grpc.xds.FaultFilter.DelayInjectedCall<ReqT,RespT>
-
- Enclosing class:
- FaultFilter
private final class FaultFilter.DelayInjectedCall<ReqT,RespT> extends io.grpc.internal.DelayedClientCall<ReqT,RespT>
ADelayedClientCall
with a fixed delay.
-
-
Constructor Summary
Constructors Constructor Description DelayInjectedCall(long delayNanos, java.util.concurrent.Executor callExecutor, java.util.concurrent.ScheduledExecutorService scheduler, io.grpc.Deadline deadline, com.google.common.base.Supplier<? extends io.grpc.ClientCall<ReqT,RespT>> callSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
callCancelled()
-