Interface PersistingServerTemplateStorageService
-
public interface PersistingServerTemplateStorageServiceClasses implementing this interface can be loaded as services while the underlying KieServerTemplateStorage implementation can be singleton in nature (i.e. only exposing their single instance via the getInstance() method)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KieServerTemplateStoragegetTemplateStorage()
-
-
-
Method Detail
-
getTemplateStorage
KieServerTemplateStorage getTemplateStorage()
-
-