Class AssetServiceGrpc.AssetServiceStub

java.lang.Object
io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceStub>
io.grpc.stub.AbstractAsyncStub<AssetServiceGrpc.AssetServiceStub>
houston.grpc.service.AssetServiceGrpc.AssetServiceStub
Enclosing class:
AssetServiceGrpc

public static final class AssetServiceGrpc.AssetServiceStub extends io.grpc.stub.AbstractAsyncStub<AssetServiceGrpc.AssetServiceStub>
A stub to allow clients to do asynchronous 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 Type
    Method
    Description
    build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
     
    void
    fetchList(AssetListRequest request, io.grpc.stub.StreamObserver<AssetSheets> responseObserver)
    리스트
    void
    fetchQuery(AssetQueryRequest request, io.grpc.stub.StreamObserver<AssetQueryResponse> responseObserver)
    쿼리
    void
    fetchSearch(AssetSearchRequest request, io.grpc.stub.StreamObserver<AssetQueryResponse> responseObserver)
    구조화된 검색
    void
    list(AssetListRequest request, io.grpc.stub.StreamObserver<AssetSheet> responseObserver)
    리스트
    void
    query(AssetQueryRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Any> responseObserver)
    쿼리
    void
    search(AssetSearchRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Any> responseObserver)
    구조화된 검색

    Methods inherited from class io.grpc.stub.AbstractAsyncStub

    newStub, newStub

    Methods inherited from class io.grpc.stub.AbstractStub

    getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait