Class ShutdownEndpointAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.context.ShutdownEndpointAutoConfiguration
@AutoConfiguration
@ConditionalOnAvailableEndpoint(org.springframework.boot.actuate.context.ShutdownEndpoint.class)
public class ShutdownEndpointAutoConfiguration
extends Object
Auto-configuration for the ShutdownEndpoint.- Since:
- 2.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.context.ShutdownEndpoint
-
Constructor Details
-
ShutdownEndpointAutoConfiguration
public ShutdownEndpointAutoConfiguration()
-
-
Method Details
-
shutdownEndpoint
@Bean(destroyMethod="") @ConditionalOnMissingBean public org.springframework.boot.actuate.context.ShutdownEndpoint shutdownEndpoint()
-