Package org.springframework.cloud.bus
Class BusShutdownAutoConfiguration
java.lang.Object
org.springframework.cloud.bus.BusShutdownAutoConfiguration
- Author:
- Ryan Baxter
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BusShutdownAutoConfiguration
public BusShutdownAutoConfiguration()
-
-
Method Details
-
shutdownListener
@Bean @ConditionalOnProperty(value="spring.cloud.bus.shutdown.enabled", matchIfMissing=true) @ConditionalOnMissingBean public ShutdownListener shutdownListener(ServiceMatcher serviceMatcher)
-