mirror of https://github.com/grpc/grpc-java.git
parent
433ac00de4
commit
a18abfbf9f
|
|
@ -131,7 +131,6 @@ public abstract class AbstractStub<S extends AbstractStub<S>> {
|
||||||
*
|
*
|
||||||
* @since 1.8.0
|
* @since 1.8.0
|
||||||
*/
|
*/
|
||||||
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/3605")
|
|
||||||
public final S withExecutor(Executor executor) {
|
public final S withExecutor(Executor executor) {
|
||||||
return build(channel, callOptions.withExecutor(executor));
|
return build(channel, callOptions.withExecutor(executor));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue