Package io.kestra.core.repositories
Interface WorkerInstanceRepositoryInterface
public interface WorkerInstanceRepositoryInterface
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(WorkerInstance workerInstance) findAll()findByWorkerUuid(String workerUuid) save(WorkerInstance workerInstance)
-
Method Details
-
findByWorkerUuid
-
findAll
List<WorkerInstance> findAll() -
delete
-
save
-