Package org.springframework.cloud.bus
Class BusRefreshAutoConfiguration.BusRefreshEndpointConfiguration
java.lang.Object
org.springframework.cloud.bus.BusRefreshAutoConfiguration.BusRefreshEndpointConfiguration
- Enclosing class:
- BusRefreshAutoConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(name={"org.springframework.boot.actuate.endpoint.annotation.Endpoint","org.springframework.cloud.context.scope.refresh.RefreshScope"})
protected static class BusRefreshAutoConfiguration.BusRefreshEndpointConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrefreshBusEndpoint(org.springframework.context.ApplicationEventPublisher publisher, BusProperties bus, Destination.Factory destinationFactory)
-
Constructor Details
-
BusRefreshEndpointConfiguration
protected BusRefreshEndpointConfiguration()
-
-
Method Details
-
refreshBusEndpoint
@Bean @ConditionalOnAvailableEndpoint public RefreshBusEndpoint refreshBusEndpoint(org.springframework.context.ApplicationEventPublisher publisher, BusProperties bus, Destination.Factory destinationFactory)
-