Skip to content

Commit

Permalink
Improve Spring Boot Admin server in cluster
Browse files Browse the repository at this point in the history
- Event store
- Notification trigger
  • Loading branch information
mnusan committed Apr 27, 2020
1 parent 4f19d56 commit 4359fcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ public static class NotifierTriggerConfiguration {
@Bean(initMethod = "start", destroyMethod = "stop")
@ConditionalOnMissingBean(NotificationTrigger.class)
public NotificationTrigger notificationTrigger(@Autowired Ignite ignite,
@Autowired Notifier notifier,
@Autowired Publisher<InstanceEvent> events) {
Notifier notifier,
Publisher<InstanceEvent> events) {
CacheConfiguration<String, Long> config = new CacheConfiguration<>();
config.setName(nameNotificationStore);
config.setAtomicityMode(CacheAtomicityMode.TRANSACTIONAL);
Expand Down

0 comments on commit 4359fcc

Please sign in to comment.