Package org.springframework.cloud.bus
Class PathServiceMatcherAutoConfiguration
java.lang.Object
org.springframework.cloud.bus.PathServiceMatcherAutoConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(BusProperties.class)
public class PathServiceMatcherAutoConfiguration
extends Object
- Author:
- Ryan Baxter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.util.PathMatcherpathServiceMatcher(org.springframework.util.PathMatcher pathMatcher, BusProperties properties, org.springframework.core.env.Environment environment)
-
Field Details
-
BUS_PATH_MATCHER_NAME
Name of the Bus path matcher.- See Also:
-
CLOUD_CONFIG_NAME_PROPERTY
Name of the Spring Cloud Config property.- See Also:
-
-
Constructor Details
-
PathServiceMatcherAutoConfiguration
public PathServiceMatcherAutoConfiguration()
-
-
Method Details
-
busPathMatcher
@BusPathMatcher @ConditionalOnMissingBean(name="busPathMatcher") @Bean(name="busPathMatcher") public org.springframework.util.PathMatcher busPathMatcher() -
pathServiceMatcher
@Bean @ConditionalOnMissingBean(ServiceMatcher.class) public PathServiceMatcher pathServiceMatcher(@BusPathMatcher org.springframework.util.PathMatcher pathMatcher, BusProperties properties, org.springframework.core.env.Environment environment)
-