Constructor for use by subclasses, with the default CallOptions. @since 1.0.0 @param channel the channel that this stub will use to do communications
(Channel channel)
| 62 | * @param channel the channel that this stub will use to do communications |
| 63 | */ |
| 64 | protected AbstractStub(Channel channel) { |
| 65 | this(channel, CallOptions.DEFAULT); |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Constructor for use by subclasses. |
nothing calls this directly
no test coverage detected