AgentProcessRepository

Spring-style repository for agent processes. We don't extend Repository because it confuses Spring's component scanning if JPA/Neo or another Spring Data solution is used on the classpath downstream.

Inheritors

Functions

Link copied to clipboard
abstract fun delete(agentProcess: AgentProcess)
Link copied to clipboard
abstract fun findById(id: String): AgentProcess?
Link copied to clipboard
abstract fun save(agentProcess: AgentProcess): AgentProcess