Class NflShopClientGrpc.NflShopClientBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<NflShopClientGrpc.NflShopClientBlockingStub>
-
- com.streamlayer.nflShop.nflShopClient.NflShopClientGrpc.NflShopClientBlockingStub
-
- Enclosing class:
- NflShopClientGrpc
public static final class NflShopClientGrpc.NflShopClientBlockingStub extends io.grpc.stub.AbstractBlockingStub<NflShopClientGrpc.NflShopClientBlockingStub>
A stub to allow clients to do synchronous rpc calls to service NflShopClient.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected NflShopClientGrpc.NflShopClientBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)GetProductResponsegetProduct(GetProductRequest request)for SDK clientsGetProductByIdResponsegetProductById(GetProductByIdRequest request)for studioListProductsResponselistProducts(ListProductsRequest request)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected NflShopClientGrpc.NflShopClientBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<NflShopClientGrpc.NflShopClientBlockingStub>
-
getProduct
public GetProductResponse getProduct(GetProductRequest request)
for SDK clients
-
getProductById
public GetProductByIdResponse getProductById(GetProductByIdRequest request)
for studio
-
listProducts
public ListProductsResponse listProducts(ListProductsRequest request)
-
-