@Configuration public static class SpringBootAdminApplication.NotifierConfig extends Object
| Constructor and Description |
|---|
NotifierConfig() |
| Modifier and Type | Method and Description |
|---|---|
de.codecentric.boot.admin.notify.filter.FilteringNotifier |
filteringNotifier(de.codecentric.boot.admin.notify.Notifier delegate) |
de.codecentric.boot.admin.notify.LoggingNotifier |
loggerNotifier() |
void |
remind() |
de.codecentric.boot.admin.notify.RemindingNotifier |
remindingNotifier() |
@Bean @Primary public de.codecentric.boot.admin.notify.RemindingNotifier remindingNotifier()
@Scheduled(fixedRate=1000L) public void remind()
@Bean public de.codecentric.boot.admin.notify.filter.FilteringNotifier filteringNotifier(de.codecentric.boot.admin.notify.Notifier delegate)
@Bean public de.codecentric.boot.admin.notify.LoggingNotifier loggerNotifier()
Copyright © 2018 codecentric AG. All rights reserved.