Uses of Interface
org.springframework.cloud.bus.ServiceMatcher
Packages that use ServiceMatcher
-
Uses of ServiceMatcher in org.springframework.cloud.bus
Classes in org.springframework.cloud.bus that implement ServiceMatcherMethods in org.springframework.cloud.bus with parameters of type ServiceMatcherModifier and TypeMethodDescriptionBusAutoConfiguration.busConsumer(org.springframework.context.ApplicationEventPublisher applicationEventPublisher, ServiceMatcher serviceMatcher, org.springframework.beans.factory.ObjectProvider<BusBridge> busBridge, BusProperties properties, Destination.Factory destinationFactory) BusAutoConfiguration.busRemoteApplicationEventListener(ServiceMatcher serviceMatcher, BusBridge busBridge) BusRefreshAutoConfiguration.refreshListener(org.springframework.cloud.context.refresh.ContextRefresher contextRefresher, ServiceMatcher serviceMatcher) Constructors in org.springframework.cloud.bus with parameters of type ServiceMatcherModifierConstructorDescriptionBusConsumer(org.springframework.context.ApplicationEventPublisher publisher, ServiceMatcher serviceMatcher, org.springframework.beans.factory.ObjectProvider<BusBridge> busBridge, BusProperties properties, Destination.Factory destinationFactory) RemoteApplicationEventListener(ServiceMatcher serviceMatcher, BusBridge busBridge) -
Uses of ServiceMatcher in org.springframework.cloud.bus.event
Constructors in org.springframework.cloud.bus.event with parameters of type ServiceMatcherModifierConstructorDescriptionRefreshListener(org.springframework.cloud.context.refresh.ContextRefresher contextRefresher, ServiceMatcher serviceMatcher)