class Protobuf::Rpc::Service
def on_send_response(&responder)
Used in conjunciton with Service#send_response.
when it is appropriate to generate a response to the client.
Callback register for the server to be notified
def on_send_response(&responder) @responder = responder end