Interface RenderingServiceStateServiceLocal
public interface RenderingServiceStateServiceLocal
-
Method Summary
Modifier and TypeMethodDescriptionFetches the current rendering-service instances and their workers.
-
Method Details
-
listCurrentWorkers
List<RenderingServiceDescriptor> listCurrentWorkers()Fetches the current rendering-service instances and their workers. And - along with the workers - the information we are able to fetch from the rendering-server (IDS, PDFR...) Instances each worker is assigned to.- Returns:
- rendering worker information grouped by rendering-service instances they are hosted by.
-