mirror of https://github.com/grpc/grpc-java.git
Make ServerCallHandler non-experimental.
This commit is contained in:
parent
a62e976229
commit
e7c735abea
|
|
@ -37,7 +37,6 @@ import javax.annotation.concurrent.ThreadSafe;
|
|||
* Interface to initiate processing of incoming remote calls. Advanced applications and generated
|
||||
* code will implement this interface to allows {@link Server}s to invoke service methods.
|
||||
*/
|
||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/933")
|
||||
@ThreadSafe
|
||||
public interface ServerCallHandler<RequestT, ResponseT> {
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue