Class AttachmentGrpc.AttachmentImplBase
java.lang.Object
io.github.xezzon.zeroweb.attachment.AttachmentGrpc.AttachmentImplBase
- All Implemented Interfaces:
AttachmentGrpc.AsyncService, io.grpc.BindableService
- Enclosing class:
AttachmentGrpc
public abstract static class AttachmentGrpc.AttachmentImplBase
extends Object
implements io.grpc.BindableService, AttachmentGrpc.AsyncService
Base class for the server implementation of the service Attachment.
附件管理服务
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttachmentGrpc.AsyncService
downloadFile, queryAttachment, uploadFile
-
Constructor Details
-
AttachmentImplBase
public AttachmentImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-