@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=BusProperties.class) public class ServiceMatcherAutoConfiguration extends Object
| Constructor and Description |
|---|
ServiceMatcherAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.PathMatcher |
busPathMatcher() |
ServiceMatcher |
serviceMatcher(org.springframework.util.PathMatcher pathMatcher,
BusProperties properties,
org.springframework.core.env.Environment environment) |
@BusPathMatcher @ConditionalOnMissingBean(name="busPathMatcher") @Bean(name="busPathMatcher") public org.springframework.util.PathMatcher busPathMatcher()
@Bean public ServiceMatcher serviceMatcher(@BusPathMatcher org.springframework.util.PathMatcher pathMatcher, BusProperties properties, org.springframework.core.env.Environment environment)
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.