29 def subscribe(self, callback, try_to_connect=False):
30 raise NotImplementedError()
33 raise NotImplementedError()
37 request_serializer=None,
38 response_deserializer=None):
43 request_serializer=None,
44 response_deserializer=None):
49 request_serializer=None,
50 response_deserializer=None):
55 request_serializer=None,
56 response_deserializer=None):
75 return _channel_rpc.unary_unary(self.
_state, method_descriptor)
78 return _channel_rpc.unary_stream(self.
_state, method_descriptor)
81 return _channel_rpc.stream_unary(self.
_state, method_descriptor)
84 return _channel_rpc.stream_stream(self.
_state, method_descriptor)