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