Uses of Interface
org.springframework.cloud.bus.BusBridge
Packages that use BusBridge
-
Uses of BusBridge in org.springframework.cloud.bus
Classes in org.springframework.cloud.bus that implement BusBridgeMethods in org.springframework.cloud.bus with parameters of type BusBridgeModifier and TypeMethodDescriptionBusAutoConfiguration.busRemoteApplicationEventListener(ServiceMatcher serviceMatcher, BusBridge busBridge) Method parameters in org.springframework.cloud.bus with type arguments of type BusBridgeModifier and TypeMethodDescriptionBusAutoConfiguration.busConsumer(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, ServiceMatcher serviceMatcher, org.springframework.beans.factory.ObjectProvider<BusBridge> busBridge, BusProperties properties, Destination.Factory destinationFactory) Constructors in org.springframework.cloud.bus with parameters of type BusBridgeModifierConstructorDescriptionRemoteApplicationEventListener(ServiceMatcher serviceMatcher, BusBridge busBridge) Constructor parameters in org.springframework.cloud.bus with type arguments of type BusBridgeModifierConstructorDescriptionBusConsumer(org.springframework.context.ApplicationEventPublisher publisher, ServiceMatcher serviceMatcher, org.springframework.beans.factory.ObjectProvider<BusBridge> busBridge, BusProperties properties, Destination.Factory destinationFactory)