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.AutoCloseableAsyncRest service interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetRestPort()Port of the running rest service.
-