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 Details

    • A2AServiceImplBase

      public A2AServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService