Package io.grpc

Interface ServerCallHandler<RequestT,ResponseT>


@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.