Class ServiceGrpc.ServiceImplBase
- java.lang.Object
-
- dev.restate.sdk.dynrpc.template.generated.ServiceGrpc.ServiceImplBase
-
- All Implemented Interfaces:
ServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ServiceGrpc
public abstract static class ServiceGrpc.ServiceImplBase extends java.lang.Object implements io.grpc.BindableService, ServiceGrpc.AsyncService
Base class for the server implementation of the service Service.
-
-
Constructor Summary
Constructors Constructor Description ServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface dev.restate.sdk.dynrpc.template.generated.ServiceGrpc.AsyncService
template
-
-