Interface SingletonCoprocessorService
Deprecated.
Since 2.0. Will be removed in 3.0
Coprocessor endpoints registered once per server and providing protobuf services should implement
this interface and return the
Service
instance via getService()
.-
Method Summary
-
Method Details
-
getService
com.google.protobuf.Service getService()Deprecated.
-