Uses of Interface
io.envoyproxy.envoy.config.bootstrap.v3.FatalActionOrBuilder
-
Packages that use FatalActionOrBuilder Package Description io.envoyproxy.envoy.config.bootstrap.v3 -
-
Uses of FatalActionOrBuilder in io.envoyproxy.envoy.config.bootstrap.v3
Classes in io.envoyproxy.envoy.config.bootstrap.v3 that implement FatalActionOrBuilder Modifier and Type Class Description class
FatalAction
Fatal actions to run while crashing.static class
FatalAction.Builder
Fatal actions to run while crashing.Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type FatalActionOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<FatalAction,FatalAction.Builder,FatalActionOrBuilder>
Bootstrap.Builder. fatalActionsBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return FatalActionOrBuilder Modifier and Type Method Description FatalActionOrBuilder
Bootstrap.Builder. getFatalActionsOrBuilder(int index)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalActionOrBuilder
Bootstrap. getFatalActionsOrBuilder(int index)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalActionOrBuilder
BootstrapOrBuilder. getFatalActionsOrBuilder(int index)
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type FatalActionOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<FatalAction,FatalAction.Builder,FatalActionOrBuilder>
Bootstrap.Builder. getFatalActionsFieldBuilder()
java.util.List<? extends FatalActionOrBuilder>
Bootstrap.Builder. getFatalActionsOrBuilderList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.java.util.List<? extends FatalActionOrBuilder>
Bootstrap. getFatalActionsOrBuilderList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.java.util.List<? extends FatalActionOrBuilder>
BootstrapOrBuilder. getFatalActionsOrBuilderList()
Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.
-