public class NotificationTrigger extends AbstractEventHandler<InstanceEvent>
| Constructor and Description |
|---|
NotificationTrigger(Notifier notifier,
org.reactivestreams.Publisher<InstanceEvent> publisher) |
| Modifier and Type | Method and Description |
|---|---|
protected org.reactivestreams.Publisher<Void> |
handle(reactor.core.publisher.Flux<InstanceEvent> publisher) |
protected reactor.core.publisher.Mono<Void> |
sendNotifications(InstanceEvent event) |
start, stoppublic NotificationTrigger(Notifier notifier, org.reactivestreams.Publisher<InstanceEvent> publisher)
protected org.reactivestreams.Publisher<Void> handle(reactor.core.publisher.Flux<InstanceEvent> publisher)
handle in class AbstractEventHandler<InstanceEvent>protected reactor.core.publisher.Mono<Void> sendNotifications(InstanceEvent event)
Copyright © 2018 codecentric AG. All rights reserved.