Interface AgentExecutorRouter
- All Known Implementing Classes:
CdiAgentExecutorRouter
public interface AgentExecutorRouter
Resolves the
AgentExecutor for a given tenant.
Implementations should return the default (unqualified) executor when the tenant
is null, blank, or does not match any registered tenant.
-
Method Summary
-
Method Details
-
resolve
Resolves theAgentExecutorfor the given tenant.- Parameters:
tenant- the tenant identifier, may benull- Returns:
- the resolved executor, never
null
-