Package io.grpc

Interface ServerCallHandler<RequestT,ResponseT>

All Known Implementing Classes:
ServerCalls.StreamingServerCallHandler, ServerCalls.UnaryServerCallHandler, ServerInterceptors.InterceptCallHandler

@ThreadSafe public interface ServerCallHandler<RequestT,ResponseT>
Interface to initiate processing of incoming remote calls. Advanced applications and generated code will implement this interface to allows Servers to invoke service methods.