Class AdaptationServiceGrpc.AdaptationServiceBlockingV2Stub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<AdaptationServiceGrpc.AdaptationServiceBlockingV2Stub>
-
- de.uni_trier.recap.arg_services.cbr.v1beta.AdaptationServiceGrpc.AdaptationServiceBlockingV2Stub
-
- Enclosing class:
- AdaptationServiceGrpc
public static final class AdaptationServiceGrpc.AdaptationServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<AdaptationServiceGrpc.AdaptationServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service AdaptationService.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdaptResponseadapt(AdaptRequest request)protected AdaptationServiceGrpc.AdaptationServiceBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)-
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 AdaptationServiceGrpc.AdaptationServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<AdaptationServiceGrpc.AdaptationServiceBlockingV2Stub>
-
adapt
public AdaptResponse adapt(AdaptRequest request)
-
-