Class AbstractKieServerService

    • Constructor Detail

      • AbstractKieServerService

        public AbstractKieServerService()
    • Method Detail

      • getClient

        protected <T> T getClient​(String serverTemplateId,
                                  Class<T> clientType)
      • getClient

        protected <T> T getClient​(String serverTemplateId,
                                  String containerId,
                                  Class<T> clientType)
      • getKieServicesClient

        protected org.kie.server.client.KieServicesClient getKieServicesClient​(String serverTemplateId,
                                                                               String containerId)
      • getKieServicesClient

        protected org.kie.server.client.KieServicesClient getKieServicesClient​(String serverTemplateId)