Class SessionFactoryJournalApi
java.lang.Object
com.github.copilot.generated.rpc.SessionFactoryJournalApi
API methods for the
factory.journal namespace.- Since:
- 1.0.0
-
Method Summary
Modifier and TypeMethodDescriptionget(SessionFactoryJournalGetParams params) Parameters for reading a factory journal entry.put(SessionFactoryJournalPutParams params) Parameters for storing a factory journal entry.
-
Method Details
-
get
@CopilotExperimental public CompletableFuture<SessionFactoryJournalGetResult> get(SessionFactoryJournalGetParams params) Parameters for reading a factory journal entry.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-
put
Parameters for storing a factory journal entry.Note: the
sessionIdfield in the params record is overridden by the session-scoped wrapper; any value provided is ignored.- Since:
- 1.0.0
-