Package org.apache.flink.runtime.rest
Interface RestService
-
- All Superinterfaces:
AutoCloseable
,AutoCloseableAsync
- All Known Implementing Classes:
DispatcherRestEndpoint
,MiniDispatcherRestEndpoint
,RestServerEndpoint
,SqlGatewayRestEndpoint
,WebMonitorEndpoint
public interface RestService extends 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.-
Methods inherited from interface org.apache.flink.util.AutoCloseableAsync
close, closeAsync
-
-