Uses of Interface
org.a2aproject.sdk.server.requesthandlers.RequestHandler
Packages that use RequestHandler
-
Uses of RequestHandler in org.a2aproject.sdk.server.requesthandlers
Classes in org.a2aproject.sdk.server.requesthandlers that implement RequestHandlerModifier and TypeClassDescriptionclassclassCentral request orchestrator that coordinates transport requests with agent execution, task persistence, event routing, and push notifications.Constructors in org.a2aproject.sdk.server.requesthandlers with parameters of type RequestHandlerModifierConstructorDescriptionAuthorizationRequestHandlerDecorator(RequestHandler delegate, @Nullable TaskAuthorizationProvider authorizationProvider) Creates an authorization decorator programmatically.