Package io.github.xezzon.zeroweb.dict
Class DictGrpc.DictImplBase
java.lang.Object
io.github.xezzon.zeroweb.dict.DictGrpc.DictImplBase
- All Implemented Interfaces:
DictGrpc.AsyncService
,io.grpc.BindableService
- Direct Known Subclasses:
DictGrpcServer
- Enclosing class:
- DictGrpc
public abstract static class DictGrpc.DictImplBase
extends Object
implements io.grpc.BindableService, DictGrpc.AsyncService
Base class for the server implementation of the service Dict.
字典相关的服务间接口
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.xezzon.zeroweb.dict.DictGrpc.AsyncService
getDictListByTag, importDict
-
Constructor Details
-
DictImplBase
public DictImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindService
in interfaceio.grpc.BindableService
-