Package org.kie.internal.runtime.manager
Interface TaskServiceFactory
-
public interface TaskServiceFactoryFactory that producesTaskServiceinstances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Closes this factory and releases all resourcesorg.kie.api.task.TaskServicenewTaskService()Produces new instance ofTaskService
-