Uses of Class
org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
Packages that use BufferingApplicationStartup
Package
Description
Auto-configuration for actuator ApplicationStartup concerns.
Actuator support for 
ApplicationStartup.- 
Uses of BufferingApplicationStartup in org.springframework.boot.actuate.autoconfigure.startupMethods in org.springframework.boot.actuate.autoconfigure.startup with parameters of type BufferingApplicationStartupModifier and TypeMethodDescriptionStartupEndpointAutoConfiguration.startupEndpoint(BufferingApplicationStartup applicationStartup) 
- 
Uses of BufferingApplicationStartup in org.springframework.boot.actuate.startupConstructors in org.springframework.boot.actuate.startup with parameters of type BufferingApplicationStartupModifierConstructorDescriptionStartupEndpoint(BufferingApplicationStartup applicationStartup) Creates a newStartupEndpointthat will describe the timeline of buffered application startup events.