Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.FatalAction.Builder
Packages that use FatalAction.Builder
-
Uses of FatalAction.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Subclasses with type arguments of type FatalAction.Builder in io.envoyproxy.envoy.config.bootstrap.v3Modifier and TypeClassDescriptionstatic final classFatal actions to run while crashing.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return FatalAction.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addFatalActionsBuilder()Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.Builder.addFatalActionsBuilder(int index) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalAction.Builder.clear()FatalAction.Builder.clearConfig()Extension specific configuration for the action.Bootstrap.Builder.getFatalActionsBuilder(int index) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.FatalAction.Builder.mergeConfig(TypedExtensionConfig value) Extension specific configuration for the action.FatalAction.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FatalAction.Builder.mergeFrom(com.google.protobuf.Message other) FatalAction.Builder.mergeFrom(FatalAction other) static FatalAction.BuilderFatalAction.newBuilder()static FatalAction.BuilderFatalAction.newBuilder(FatalAction prototype) FatalAction.newBuilderForType()protected FatalAction.BuilderFatalAction.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FatalAction.Builder.setConfig(TypedExtensionConfig value) Extension specific configuration for the action.FatalAction.Builder.setConfig(TypedExtensionConfig.Builder builderForValue) Extension specific configuration for the action.FatalAction.toBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type FatalAction.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.getFatalActionsBuilderList()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 with parameters of type FatalAction.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.addFatalActions(int index, FatalAction.Builder builderForValue) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.Builder.addFatalActions(FatalAction.Builder builderForValue) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.Bootstrap.Builder.setFatalActions(int index, FatalAction.Builder builderForValue) Specifies optional extensions instantiated at startup time and invoked during crash time on the request that caused the crash.