S - Service Typepublic interface GrpcBindableService<S extends GrpcService>
| Modifier and Type | Method and Description |
|---|---|
GrpcServiceFactory<S> |
bindService()
Return an appropriate service factory bound to this service.
|
Collection<MethodDescriptor<?,?>> |
methodDescriptors()
Get a
Collection of all MethodDescriptors for this service. |
GrpcServiceFactory<S> bindService()
Collection<MethodDescriptor<?,?>> methodDescriptors()
Collection of all MethodDescriptors for this service.Collection of all MethodDescriptors for this service.