toggle menu
Embabel Agent Documentation
JVM
switch theme
search in API
Embabel Agent Documentation
/
com.embabel.agent.spi
/
ContextRepository
Context
Repository
interface
ContextRepository
Load a context
Inheritors
InMemoryContextRepository
Members
Functions
create
Link copied to clipboard
abstract
fun
create
(
)
:
Context
Create an empty context.
delete
Link copied to clipboard
abstract
fun
delete
(
context
:
Context
)
find
By
Id
Link copied to clipboard
abstract
fun
findById
(
id
:
String
)
:
Context
?
save
Link copied to clipboard
abstract
fun
save
(
context
:
Context
)
:
Context