Package org.dashbuilder.backend.services
Interface RuntimeInfoService
-
- All Known Implementing Classes:
RuntimeInfoServiceImpl
public interface RuntimeInfoServiceProvides information about the running server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<DashboardInfo>dashboardInfo(String modelId)Information about a specific runtime model.DashbuilderRuntimeInfoinfo()Access Server information.
-
-
-
Method Detail
-
info
DashbuilderRuntimeInfo info()
Access Server information.
-
dashboardInfo
Optional<DashboardInfo> dashboardInfo(String modelId)
Information about a specific runtime model. Used in MULTI mode.- Parameters:
modelId- The model ID.- Returns:
- The dashboard information for the given runtime model id or empty if no dashboard is found.
-
-