Interface A2ASendMessageExecutor.AgentExecutionStrategy

Enclosing class:
A2ASendMessageExecutor
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface A2ASendMessageExecutor.AgentExecutionStrategy
  • Method Summary

    Modifier and Type
    Method
    Description
    io.reactivex.rxjava3.core.Single<com.google.common.collect.ImmutableList<Event>>
    execute(String userId, String sessionId, com.google.genai.types.Content userContent, RunConfig runConfig, String invocationId)
     
  • Method Details

    • execute

      io.reactivex.rxjava3.core.Single<com.google.common.collect.ImmutableList<Event>> execute(String userId, String sessionId, com.google.genai.types.Content userContent, RunConfig runConfig, String invocationId)