InMemoryPersistenceStorageProvider

In-memory implementation of PersistenceStorageProvider. This provider stores snapshots in a mutable map.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun getCheckpoints(agentId: String, filter: AgentCheckpointPredicateFilter?): List<AgentCheckpointData>
Link copied to clipboard
open suspend override fun getLatestCheckpoint(agentId: String, filter: AgentCheckpointPredicateFilter?): AgentCheckpointData?
Link copied to clipboard
open suspend override fun saveCheckpoint(agentId: String, agentCheckpointData: AgentCheckpointData)