Interface KieController


  • public interface KieController
    • Method Detail

      • getContainers

        Set<KieContainerResource> getContainers​(Set<String> controllers,
                                                String serverId,
                                                KieServerConfig config)
        Returns list of KieContainerResource retrieved from one of the given controllers. Possible outcomes:
        • Non empty list in case sync was performed successfully and there are containers for given server id
        • Empty list in case sync was performed successfully but there are no containers for given server id
        • Null in case there is no controllers or not possible to connect to them
        Parameters:
        controllers -
        serverId -
        Returns: