Uses of Interface
org.springframework.boot.tomcat.TomcatEmbeddedContext.DeferredStartupExceptions
Packages that use TomcatEmbeddedContext.DeferredStartupExceptions
Package
Description
Reactive and servlet web server implementations backed by Tomcat.
-
Uses of TomcatEmbeddedContext.DeferredStartupExceptions in org.springframework.boot.tomcat
Fields in org.springframework.boot.tomcat declared as TomcatEmbeddedContext.DeferredStartupExceptionsModifier and TypeFieldDescriptionstatic final TomcatEmbeddedContext.DeferredStartupExceptions
TomcatEmbeddedContext.DeferredStartupExceptions.NONE
TomcatEmbeddedContext.DeferredStartupExceptions
that does nothing.Methods in org.springframework.boot.tomcat with parameters of type TomcatEmbeddedContext.DeferredStartupExceptionsModifier and TypeMethodDescriptionvoid
TomcatEmbeddedContext.setDeferredStartupExceptions
(TomcatEmbeddedContext.DeferredStartupExceptions deferredStartupExceptions) Set the a strategy used to capture and rethrow deferred startup exceptions.