Uses of Class
org.springframework.cloud.client.ConditionalOnReactiveDiscoveryEnabled
-
-
Uses of ConditionalOnReactiveDiscoveryEnabled in org.springframework.cloud.client
Classes in org.springframework.cloud.client with annotations of type ConditionalOnReactiveDiscoveryEnabled Modifier and Type Class Description protected static class
ReactiveCommonsClientAutoConfiguration.ReactiveDiscoveryLoadBalancerConfiguration
-
Uses of ConditionalOnReactiveDiscoveryEnabled in org.springframework.cloud.client.discovery.composite.reactive
Classes in org.springframework.cloud.client.discovery.composite.reactive with annotations of type ConditionalOnReactiveDiscoveryEnabled Modifier and Type Class Description class
ReactiveCompositeDiscoveryClientAutoConfiguration
Auto-configuration for reactive composite discovery client. -
Uses of ConditionalOnReactiveDiscoveryEnabled in org.springframework.cloud.client.discovery.simple.reactive
Classes in org.springframework.cloud.client.discovery.simple.reactive with annotations of type ConditionalOnReactiveDiscoveryEnabled Modifier and Type Class Description class
SimpleReactiveDiscoveryClientAutoConfiguration
Spring Boot auto-configuration for simple properties-based reactive discovery client.
-