Interface RuntimeInfoService

  • All Known Implementing Classes:
    RuntimeInfoServiceImpl

    public interface RuntimeInfoService
    Provides information about the running server.
    • Method Detail

      • 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.