public interface WebMonitorExtension
extends org.apache.flink.util.AutoCloseableAsync
WebMonitorEndpoint extensions. Extensions can register additional handler
and allow to close their resources in order to integrate into the life cycle of the WebMonitorEndpoint.| 限定符和类型 | 接口和说明 |
|---|---|
static class |
WebMonitorExtension.EmptyWebMonitorExtension
Empty web monitor extension which can be used as a null object.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static WebMonitorExtension |
empty() |
Collection<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> |
getHandlers()
Gets the collection of extension handlers to register at the
WebMonitorEndpoint. |
Collection<org.apache.flink.api.java.tuple.Tuple2<RestHandlerSpecification,org.apache.flink.shaded.netty4.io.netty.channel.ChannelInboundHandler>> getHandlers()
WebMonitorEndpoint.WebMonitorEndpoint.static WebMonitorExtension empty()
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.