Class EndpointDetectionTrigger
java.lang.Object
de.codecentric.boot.admin.server.services.AbstractEventHandler<InstanceEvent>
de.codecentric.boot.admin.server.services.EndpointDetectionTrigger
-
Constructor Summary
ConstructorsConstructorDescriptionEndpointDetectionTrigger(EndpointDetector endpointDetector, org.reactivestreams.Publisher<InstanceEvent> publisher) -
Method Summary
Modifier and TypeMethodDescriptionprotected reactor.core.publisher.Mono<Void>detectEndpoints(InstanceEvent event) protected org.reactivestreams.Publisher<Void>handle(reactor.core.publisher.Flux<InstanceEvent> publisher) Methods inherited from class de.codecentric.boot.admin.server.services.AbstractEventHandler
createScheduler, start, stop
-
Constructor Details
-
EndpointDetectionTrigger
public EndpointDetectionTrigger(EndpointDetector endpointDetector, org.reactivestreams.Publisher<InstanceEvent> publisher)
-
-
Method Details
-
handle
protected org.reactivestreams.Publisher<Void> handle(reactor.core.publisher.Flux<InstanceEvent> publisher) - Specified by:
handlein classAbstractEventHandler<InstanceEvent>
-
detectEndpoints
-