Class AssetServiceGrpc.AssetServiceFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceFutureStub>
io.grpc.stub.AbstractFutureStub<AssetServiceGrpc.AssetServiceFutureStub>
houston.grpc.service.AssetServiceGrpc.AssetServiceFutureStub
- Enclosing class:
AssetServiceGrpc
public static final class AssetServiceGrpc.AssetServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<AssetServiceGrpc.AssetServiceFutureStub>
A stub to allow clients to do ListenableFuture-style 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 TypeMethodDescriptionprotected AssetServiceGrpc.AssetServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) com.google.common.util.concurrent.ListenableFuture<AssetSheets> fetchList(AssetListRequest request) 리스트com.google.common.util.concurrent.ListenableFuture<AssetQueryResponse> fetchQuery(AssetQueryRequest request) 쿼리com.google.common.util.concurrent.ListenableFuture<AssetQueryResponse> fetchSearch(AssetSearchRequest request) 구조화된 검색Methods inherited from class io.grpc.stub.AbstractFutureStub
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.AssetServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceFutureStub>
-
fetchList
public com.google.common.util.concurrent.ListenableFuture<AssetSheets> fetchList(AssetListRequest request) 리스트
-
fetchQuery
public com.google.common.util.concurrent.ListenableFuture<AssetQueryResponse> fetchQuery(AssetQueryRequest request) 쿼리
-
fetchSearch
public com.google.common.util.concurrent.ListenableFuture<AssetQueryResponse> fetchSearch(AssetSearchRequest request) 구조화된 검색
-