Class AttachmentGrpc.AttachmentStub

java.lang.Object
io.grpc.stub.AbstractStub<AttachmentGrpc.AttachmentStub>
io.grpc.stub.AbstractAsyncStub<AttachmentGrpc.AttachmentStub>
io.github.xezzon.zeroweb.attachment.AttachmentGrpc.AttachmentStub
Enclosing class:
AttachmentGrpc

public static final class AttachmentGrpc.AttachmentStub extends io.grpc.stub.AbstractAsyncStub<AttachmentGrpc.AttachmentStub>
A stub to allow clients to do asynchronous rpc calls to service Attachment.
附件管理服务
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

    io.grpc.stub.AbstractStub.StubFactory<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    downloadFile(FileDownloadRequest request, io.grpc.stub.StreamObserver<FileDownloadResponse> responseObserver)
    文件下载
    void
    queryAttachment(QueryAttachmentListRequest request, io.grpc.stub.StreamObserver<AttachmentList> responseObserver)
    查询文件列表
    io.grpc.stub.StreamObserver<FileUploadRequest>
    uploadFile(io.grpc.stub.StreamObserver<FileUploadResponse> 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 Object

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