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 classFaultDelayDelay specification is used to inject latency into the HTTP/Mongo operation.static classFaultDelay.BuilderDelay 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 FaultDelayOrBuilderHTTPFault.Builder. getDelayOrBuilder()If specified, the filter will inject delays based on the values in the object.FaultDelayOrBuilderHTTPFault. getDelayOrBuilder()If specified, the filter will inject delays based on the values in the object.FaultDelayOrBuilderHTTPFaultOrBuilder. 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.
-