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