Beispiel #1
0
 def event_stream_in_stream_out(self, name, response_consumer,
                                abortion_callback, timeout):
     return _calls.event_stream_in_stream_out(self._front, name,
                                              response_consumer,
                                              abortion_callback, timeout,
                                              'unused trace ID')
Beispiel #2
0
 def event_stream_in_stream_out(
     self, name, response_consumer, abortion_callback, timeout):
   return _calls.event_stream_in_stream_out(
       self._front, name, response_consumer, abortion_callback, timeout,
       'unused trace ID')