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 Details

    • BUS_PATH_MATCHER_NAME

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

      public static final String 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)