Class AssetServiceGrpc.AssetServiceBlockingStub
java.lang.Object
io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingStub>
io.grpc.stub.AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingStub>
houston.grpc.service.AssetServiceGrpc.AssetServiceBlockingStub
- Enclosing class:
AssetServiceGrpc
public static final class AssetServiceGrpc.AssetServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingStub>
A stub to allow clients to do limited 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) 쿼리fetchSearch(AssetSearchRequest request) 구조화된 검색list(AssetListRequest request) 리스트Iterator<com.google.protobuf.Any> query(AssetQueryRequest request) 쿼리Iterator<com.google.protobuf.Any> search(AssetSearchRequest 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.AssetServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingStub>
-
list
리스트
-
fetchList
리스트
-
query
쿼리
-
fetchQuery
쿼리
-
search
구조화된 검색
-
fetchSearch
구조화된 검색
-