Uses of Class
ai.konduit.serving.vertx.protocols.grpc.api.InferenceGrpc.InferenceBlockingStub
-
Packages that use InferenceGrpc.InferenceBlockingStub Package Description ai.konduit.serving.vertx.protocols.grpc.api -
-
Uses of InferenceGrpc.InferenceBlockingStub in ai.konduit.serving.vertx.protocols.grpc.api
Methods in ai.konduit.serving.vertx.protocols.grpc.api that return InferenceGrpc.InferenceBlockingStub Modifier and Type Method Description protected InferenceGrpc.InferenceBlockingStubInferenceGrpc.InferenceBlockingStub. build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)static InferenceGrpc.InferenceBlockingStubInferenceGrpc. newBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the service
-