Package org.a2aproject.sdk.grpc
Class A2AServiceGrpc.A2AServiceImplBase
java.lang.Object
org.a2aproject.sdk.grpc.A2AServiceGrpc.A2AServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,A2AServiceGrpc.AsyncService
- Direct Known Subclasses:
GrpcHandler
- Enclosing class:
- A2AServiceGrpc
public abstract static class A2AServiceGrpc.A2AServiceImplBase
extends Object
implements io.grpc.BindableService, A2AServiceGrpc.AsyncService
Base class for the server implementation of the service A2AService.
Provides operations for interacting with agents using the A2A protocol.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.a2aproject.sdk.grpc.A2AServiceGrpc.AsyncService
cancelTask, createTaskPushNotificationConfig, deleteTaskPushNotificationConfig, getExtendedAgentCard, getTask, getTaskPushNotificationConfig, listTaskPushNotificationConfigs, listTasks, sendMessage, sendStreamingMessage, subscribeToTask
-
Constructor Details
-
A2AServiceImplBase
public A2AServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-