Uses of Interface
org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
Packages that use A2AServiceGrpc.AsyncService
Package
Description
Quarkus gRPC reference implementation for the A2A protocol.
gRPC transport handler implementations for the A2A protocol.
-
Uses of A2AServiceGrpc.AsyncService in org.a2aproject.sdk.grpc
Classes in org.a2aproject.sdk.grpc that implement A2AServiceGrpc.AsyncServiceModifier and TypeClassDescriptionstatic classBase class for the server implementation of the service A2AService.Methods in org.a2aproject.sdk.grpc with parameters of type A2AServiceGrpc.AsyncServiceModifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionA2AServiceGrpc.bindService(A2AServiceGrpc.AsyncService service) -
Uses of A2AServiceGrpc.AsyncService in org.a2aproject.sdk.server.grpc.quarkus
Classes in org.a2aproject.sdk.server.grpc.quarkus that implement A2AServiceGrpc.AsyncServiceModifier and TypeClassDescriptionclassQuarkus gRPC service implementation for the A2A protocol. -
Uses of A2AServiceGrpc.AsyncService in org.a2aproject.sdk.transport.grpc.handler
Classes in org.a2aproject.sdk.transport.grpc.handler that implement A2AServiceGrpc.AsyncServiceModifier and TypeClassDescriptionclassgRPC transport handler for processing A2A protocol requests.