@Configuration @ConditionalOnWebApplication @PropertySource(value="classpath:/io/hawt/springboot/application.properties") @EnableConfigurationProperties public class HawtioEndpointAutoConfiguration extends Object
| Constructor and Description |
|---|
HawtioEndpointAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
protected io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties |
hawtioConfigurationProperties() |
HawtioEndpoint |
hawtioEndpoint(EndpointPathResolver endpointPathResolver) |
EndpointPathResolver |
hawtioEndpointPathResolver(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties,
org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties,
org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath) |
HawtioProperties |
hawtioProperties(io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties hawtioConfigurationProperties) |
@Bean @ConditionalOnMissingBean @ConditionalOnAvailableEndpoint public HawtioEndpoint hawtioEndpoint(EndpointPathResolver endpointPathResolver)
@Bean @ConditionalOnMissingBean @ConditionalOnBean(value=HawtioEndpoint.class) public EndpointPathResolver hawtioEndpointPathResolver(org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties webEndpointProperties, org.springframework.boot.autoconfigure.web.ServerProperties serverProperties, org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties managementServerProperties, org.springframework.boot.autoconfigure.web.servlet.DispatcherServletPath dispatcherServletPath)
@Bean @ConditionalOnBean(value=HawtioEndpoint.class) @ConfigurationProperties protected io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties hawtioConfigurationProperties()
@Bean @ConditionalOnBean(value=io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties.class) public HawtioProperties hawtioProperties(io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties hawtioConfigurationProperties)
Copyright © 2022 JBoss by Red Hat. All rights reserved.