The underlying channel of the stub. @since 1.0.0
()
| 83 | * @since 1.0.0 |
| 84 | */ |
| 85 | public final Channel getChannel() { |
| 86 | return channel; |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * The {@code CallOptions} of the stub. |
nothing calls this directly
no outgoing calls
no test coverage detected