Package houston.grpc.service
Class AssetServiceGrpc.AssetServiceBlockingV2Stub
java.lang.Object
io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingV2Stub>
io.grpc.stub.AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingV2Stub>
houston.grpc.service.AssetServiceGrpc.AssetServiceBlockingV2Stub
- Enclosing class:
AssetServiceGrpc
public static final class AssetServiceGrpc.AssetServiceBlockingV2Stub
extends io.grpc.stub.AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service AssetService.
애셋 서비스
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) fetchList(AssetListRequest request) 리스트fetchQuery(AssetQueryRequest request) 쿼리io.grpc.stub.BlockingClientCall<?, AssetSheet> list(AssetListRequest request) 리스트io.grpc.stub.BlockingClientCall<?, com.google.protobuf.Any> query(AssetQueryRequest request) 쿼리Methods inherited from class io.grpc.stub.AbstractBlockingStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected AssetServiceGrpc.AssetServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingV2Stub>
-
list
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,AssetSheet> list(AssetListRequest request) 리스트
-
fetchList
리스트
- Throws:
io.grpc.StatusException
-
query
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<?,com.google.protobuf.Any> query(AssetQueryRequest request) 쿼리
-
fetchQuery
쿼리
- Throws:
io.grpc.StatusException
-