Class HazelcastNotificationTrigger
java.lang.Object
de.codecentric.boot.admin.server.services.AbstractEventHandler<InstanceEvent>
de.codecentric.boot.admin.server.notify.NotificationTrigger
de.codecentric.boot.admin.server.notify.HazelcastNotificationTrigger
-
Constructor Summary
ConstructorsConstructorDescriptionHazelcastNotificationTrigger(Notifier notifier, org.reactivestreams.Publisher<InstanceEvent> events, ConcurrentMap<InstanceId, Long> sentNotifications) -
Method Summary
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>sendNotifications(InstanceEvent event) Methods inherited from class de.codecentric.boot.admin.server.notify.NotificationTrigger
handleMethods inherited from class de.codecentric.boot.admin.server.services.AbstractEventHandler
createScheduler, start, stop
-
Constructor Details
-
HazelcastNotificationTrigger
public HazelcastNotificationTrigger(Notifier notifier, org.reactivestreams.Publisher<InstanceEvent> events, ConcurrentMap<InstanceId, Long> sentNotifications)
-
-
Method Details
-
sendNotifications
- Overrides:
sendNotificationsin classNotificationTrigger
-