Uses of Interface
com.google.adk.sessions.BaseSessionService
Packages that use BaseSessionService
-
Uses of BaseSessionService in com.google.adk.agents
Methods in com.google.adk.agents that return BaseSessionServiceModifier and TypeMethodDescriptionprotected BaseSessionService
InvocationContext.sessionService()
Methods in com.google.adk.agents with parameters of type BaseSessionServiceModifier and TypeMethodDescriptionstatic InvocationContext
InvocationContext.create
(BaseSessionService sessionService, BaseArtifactService artifactService, BaseAgent agent, Session session, LiveRequestQueue liveRequestQueue, RunConfig runConfig) static InvocationContext
InvocationContext.create
(BaseSessionService sessionService, BaseArtifactService artifactService, String invocationId, BaseAgent agent, Session session, com.google.genai.types.Content userContent, RunConfig runConfig) -
Uses of BaseSessionService in com.google.adk.runner
Methods in com.google.adk.runner that return BaseSessionServiceConstructors in com.google.adk.runner with parameters of type BaseSessionServiceModifierConstructorDescriptionRunner
(BaseAgent agent, String appName, BaseArtifactService artifactService, BaseSessionService sessionService) -
Uses of BaseSessionService in com.google.adk.sessions
Classes in com.google.adk.sessions that implement BaseSessionServiceModifier and TypeClassDescriptionfinal class
An in-memory implementation ofBaseSessionService
assumingSession
objects are mutable regarding their state map, events list, and last update time.final class
TODO: Use the genai HttpApiClient and ApiResponse methods once they are public.