Class GraphConstructionServiceGrpc.GraphConstructionServiceImplBase
- java.lang.Object
-
- de.uni_trier.recap.arg_services.mining.v1beta.GraphConstructionServiceGrpc.GraphConstructionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- GraphConstructionServiceGrpc
public abstract static class GraphConstructionServiceGrpc.GraphConstructionServiceImplBase extends java.lang.Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description GraphConstructionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgraphConstruction(GraphConstructionRequest request, io.grpc.stub.StreamObserver<GraphConstructionResponse> responseObserver)
-
-
-
Method Detail
-
graphConstruction
public void graphConstruction(GraphConstructionRequest request, io.grpc.stub.StreamObserver<GraphConstructionResponse> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-