Class PathServiceMatcherAutoConfiguration


  • @Configuration(proxyBeanMethods=false)
    @EnableConfigurationProperties(BusProperties.class)
    public class PathServiceMatcherAutoConfiguration
    extends Object
    Author:
    Ryan Baxter
    • Field Detail

      • BUS_PATH_MATCHER_NAME

        public static final String BUS_PATH_MATCHER_NAME
        Name of the Bus path matcher.
        See Also:
        Constant Field Values
      • CLOUD_CONFIG_NAME_PROPERTY

        public static final String CLOUD_CONFIG_NAME_PROPERTY
        Name of the Spring Cloud Config property.
        See Also:
        Constant Field Values
    • Constructor Detail

      • PathServiceMatcherAutoConfiguration

        public PathServiceMatcherAutoConfiguration()
    • Method Detail

      • busPathMatcher

        @BusPathMatcher
        @ConditionalOnMissingBean(name="busPathMatcher")
        @Bean(name="busPathMatcher")
        public org.springframework.util.PathMatcher busPathMatcher()