Class SentinelEndpointAutoConfiguration

java.lang.Object
com.alibaba.cloud.sentinel.endpoint.SentinelEndpointAutoConfiguration

@ConditionalOnClass(org.springframework.boot.actuate.endpoint.annotation.Endpoint.class) @EnableConfigurationProperties(SentinelProperties.class) public class SentinelEndpointAutoConfiguration extends Object
Author:
hengyunabc
  • Constructor Details

    • SentinelEndpointAutoConfiguration

      public SentinelEndpointAutoConfiguration()
  • Method Details

    • sentinelEndPoint

      @Bean @ConditionalOnMissingBean @ConditionalOnAvailableEndpoint public SentinelEndpoint sentinelEndPoint(SentinelProperties sentinelProperties)
    • sentinelHealthIndicator

      @Bean @ConditionalOnMissingBean @ConditionalOnEnabledHealthIndicator("sentinel") public SentinelHealthIndicator sentinelHealthIndicator(org.springframework.beans.factory.support.DefaultListableBeanFactory beanFactory, SentinelProperties sentinelProperties)