public abstract class AbstractEventHandler<T extends InstanceEvent> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEventHandler(org.reactivestreams.Publisher<InstanceEvent> publisher,
Class<T> eventType) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.reactivestreams.Publisher<Void> |
handle(reactor.core.publisher.Flux<T> publisher) |
void |
start() |
void |
stop() |
protected AbstractEventHandler(org.reactivestreams.Publisher<InstanceEvent> publisher, Class<T> eventType)
Copyright © 2018 codecentric AG. All rights reserved.