Uses of Class
org.springframework.cloud.bus.BusProperties
Packages that use BusProperties
-
Uses of BusProperties in org.springframework.cloud.bus
Methods in org.springframework.cloud.bus with parameters of type BusPropertiesModifier and TypeMethodDescriptionBusAutoConfiguration.busConsumer(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, ServiceMatcher serviceMatcher, org.springframework.beans.factory.ObjectProvider<BusBridge> busBridge, BusProperties properties, Destination.Factory destinationFactory) BusAutoConfiguration.BusEnvironmentConfiguration.EnvironmentBusEndpointConfiguration.environmentBusEndpoint(org.springframework.context.ApplicationEventPublisher publisher, BusProperties bus, Destination.Factory destinationFactory) PathServiceMatcherAutoConfiguration.pathServiceMatcher(org.springframework.util.PathMatcher pathMatcher, BusProperties properties, org.springframework.core.env.Environment environment) BusRefreshAutoConfiguration.BusRefreshEndpointConfiguration.refreshBusEndpoint(org.springframework.context.ApplicationEventPublisher publisher, BusProperties bus, Destination.Factory destinationFactory) BusStreamAutoConfiguration.streamBusBridge(org.springframework.cloud.stream.function.StreamBridge streamBridge, BusProperties properties) Constructors in org.springframework.cloud.bus with parameters of type BusPropertiesModifierConstructorDescriptionBusConsumer(org.springframework.context.ApplicationEventPublisher publisher, ServiceMatcher serviceMatcher, org.springframework.beans.factory.ObjectProvider<BusBridge> busBridge, BusProperties properties, Destination.Factory destinationFactory) StreamBusBridge(org.springframework.cloud.stream.function.StreamBridge streamBridge, BusProperties properties)