@Configuration public class SpringBootAdminClientAutoConfiguration extends Object
| Constructor and Description |
|---|
SpringBootAdminClientAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
SimpleCORSFilter |
corsFilter()
HTTP filter to enable Cross-Origin Resource Sharing.
|
LogfileController |
logfileController()
Controller to do something with the application logfile(s).
|
RefreshController |
refreshController()
Controller to do a refresh on the application.
|
Runnable |
registrator()
Task that registers the application at the spring-boot-admin application.
|
org.springframework.scheduling.config.ScheduledTaskRegistrar |
taskRegistrar()
TaskRegistrar that triggers the RegistratorTask every ten seconds.
|
public SpringBootAdminClientAutoConfiguration()
@Bean public Runnable registrator()
@Bean public SimpleCORSFilter corsFilter()
@Bean public org.springframework.scheduling.config.ScheduledTaskRegistrar taskRegistrar()
@Bean public LogfileController logfileController()
@Bean public RefreshController refreshController()
Copyright © 2014 codecentric AG. All rights reserved.