Class EntailmentServiceGrpc.EntailmentServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<EntailmentServiceGrpc.EntailmentServiceBlockingStub>
-
- de.uni_trier.recap.arg_services.mining.v1beta.EntailmentServiceGrpc.EntailmentServiceBlockingStub
-
- Enclosing class:
- EntailmentServiceGrpc
public static final class EntailmentServiceGrpc.EntailmentServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<EntailmentServiceGrpc.EntailmentServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service EntailmentService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected EntailmentServiceGrpc.EntailmentServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)EntailmentsResponseentailments(EntailmentsRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected EntailmentServiceGrpc.EntailmentServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<EntailmentServiceGrpc.EntailmentServiceBlockingStub>
-
entailments
public EntailmentsResponse entailments(EntailmentsRequest request)
-
-