Uses of Interface
io.envoyproxy.envoy.extensions.filters.common.fault.v3.FaultDelayOrBuilder
-
Packages that use FaultDelayOrBuilder Package Description io.envoyproxy.envoy.extensions.filters.common.fault.v3 io.envoyproxy.envoy.extensions.filters.http.fault.v3 -
-
Uses of FaultDelayOrBuilder in io.envoyproxy.envoy.extensions.filters.common.fault.v3
Classes in io.envoyproxy.envoy.extensions.filters.common.fault.v3 that implement FaultDelayOrBuilder Modifier and Type Class Description class
FaultDelay
Delay specification is used to inject latency into the HTTP/Mongo operation.static class
FaultDelay.Builder
Delay specification is used to inject latency into the HTTP/Mongo operation. -
Uses of FaultDelayOrBuilder in io.envoyproxy.envoy.extensions.filters.http.fault.v3
Fields in io.envoyproxy.envoy.extensions.filters.http.fault.v3 with type parameters of type FaultDelayOrBuilder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<FaultDelay,FaultDelay.Builder,FaultDelayOrBuilder>
HTTPFault.Builder. delayBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return FaultDelayOrBuilder Modifier and Type Method Description FaultDelayOrBuilder
HTTPFault.Builder. getDelayOrBuilder()
If specified, the filter will inject delays based on the values in the object.FaultDelayOrBuilder
HTTPFault. getDelayOrBuilder()
If specified, the filter will inject delays based on the values in the object.FaultDelayOrBuilder
HTTPFaultOrBuilder. getDelayOrBuilder()
If specified, the filter will inject delays based on the values in the object.Methods in io.envoyproxy.envoy.extensions.filters.http.fault.v3 that return types with arguments of type FaultDelayOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<FaultDelay,FaultDelay.Builder,FaultDelayOrBuilder>
HTTPFault.Builder. getDelayFieldBuilder()
If specified, the filter will inject delays based on the values in the object.
-