Uses of Class
com.google.adk.agents.LiveRequestQueue
Packages that use LiveRequestQueue
-
Uses of LiveRequestQueue in com.google.adk.agents
Methods in com.google.adk.agents that return types with arguments of type LiveRequestQueueMethods in com.google.adk.agents with parameters of type LiveRequestQueueModifier and TypeMethodDescriptionstatic InvocationContextInvocationContext.create(BaseSessionService sessionService, BaseArtifactService artifactService, BaseAgent agent, Session session, LiveRequestQueue liveRequestQueue, RunConfig runConfig) -
Uses of LiveRequestQueue in com.google.adk.runner
Methods in com.google.adk.runner with parameters of type LiveRequestQueueModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<Event> Runner.runLive(Session session, LiveRequestQueue liveRequestQueue, RunConfig runConfig) Runs the agent in live mode, appending generated events to the session.io.reactivex.rxjava3.core.Flowable<Event> Runner.runLive(String userId, String sessionId, LiveRequestQueue liveRequestQueue, RunConfig runConfig) Retrieves the session and runs the agent in live mode.