Package org.apache.flink.runtime.rest
Interface RestService
-
- All Superinterfaces:
AutoCloseable
,org.apache.flink.util.AutoCloseableAsync
- All Known Implementing Classes:
DispatcherRestEndpoint
,MiniDispatcherRestEndpoint
,RestServerEndpoint
,WebMonitorEndpoint
public interface RestService extends org.apache.flink.util.AutoCloseableAsync
Rest service interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRestPort()
Port of the running rest service.
-