Class IngestServiceGrpc.IngestServiceImplBase

java.lang.Object
dev.speakeasyapi.sdk.IngestServiceGrpc.IngestServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService
Enclosing class:
IngestServiceGrpc

public abstract static class IngestServiceGrpc.IngestServiceImplBase extends Object implements io.grpc.BindableService
 IngestService is the service definition for the registry ingest endpoint.
 
  • Constructor Details

    • IngestServiceImplBase

      public IngestServiceImplBase()
  • Method Details

    • ingest

      public void ingest(Ingest.IngestRequest request, io.grpc.stub.StreamObserver<Ingest.IngestResponse> responseObserver)
        Ingest is the rpc handling ingest from the SDK
       
    • bindService

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