@Configuration(proxyBeanMethods=false) @EnableConfigurationProperties(value=BusProperties.class) public class PathServiceMatcherAutoConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
BUS_PATH_MATCHER_NAME
Name of the Bus path matcher.
|
static String |
CLOUD_CONFIG_NAME_PROPERTY
Name of the Spring Cloud Config property.
|
| Constructor and Description |
|---|
PathServiceMatcherAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.PathMatcher |
busPathMatcher() |
PathServiceMatcher |
pathServiceMatcher(org.springframework.util.PathMatcher pathMatcher,
BusProperties properties,
org.springframework.core.env.Environment environment) |
public static final String BUS_PATH_MATCHER_NAME
public static final String CLOUD_CONFIG_NAME_PROPERTY
@BusPathMatcher @ConditionalOnMissingBean(name="busPathMatcher") @Bean(name="busPathMatcher") public org.springframework.util.PathMatcher busPathMatcher()
@Bean @ConditionalOnMissingBean(value=ServiceMatcher.class) public PathServiceMatcher pathServiceMatcher(@BusPathMatcher org.springframework.util.PathMatcher pathMatcher, BusProperties properties, org.springframework.core.env.Environment environment)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.