Calls %io.grpc.ManagedChannel#shutdown on all connections for this client
()
| 753 | |
| 754 | /** Calls %{@link io.grpc.ManagedChannel#shutdown} on all connections for this client */ |
| 755 | public void shutdown() { |
| 756 | Exceptions.withExceptionUnwrapped( |
| 757 | () -> { |
| 758 | asyncClient.shutdown().join(); |
| 759 | }); |
| 760 | } |
| 761 | } |