Package io.hawt.springboot
Class HawtioEndpointAutoConfiguration
- java.lang.Object
-
- io.hawt.springboot.HawtioEndpointAutoConfiguration
-
@Configuration @ConditionalOnWebApplication @PropertySource("classpath:/io/hawt/springboot/application.properties") @EnableConfigurationProperties public class HawtioEndpointAutoConfiguration extends ObjectAuto configuration for hawtio on Spring Boot.
-
-
Constructor Summary
Constructors Constructor Description HawtioEndpointAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationPropertieshawtioConfigurationProperties()HawtioEndpointhawtioEndpoint(EndpointPathResolver endpointPathResolver)EndpointPathResolverhawtioEndpointPathResolver(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)HawtioPropertieshawtioProperties(io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties hawtioConfigurationProperties)
-
-
-
Method Detail
-
hawtioEndpoint
@Bean @ConditionalOnMissingBean @ConditionalOnAvailableEndpoint public HawtioEndpoint hawtioEndpoint(EndpointPathResolver endpointPathResolver)
-
hawtioEndpointPathResolver
@Bean @ConditionalOnMissingBean @ConditionalOnBean(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)
-
hawtioConfigurationProperties
@Bean @ConditionalOnBean(HawtioEndpoint.class) @ConfigurationProperties protected io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties hawtioConfigurationProperties()
-
hawtioProperties
@Bean @ConditionalOnBean(io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties.class) public HawtioProperties hawtioProperties(io.hawt.springboot.HawtioEndpointAutoConfiguration.HawtioConfigurationProperties hawtioConfigurationProperties)
-
-