class Protobuf::Rpc::Service
def respond_with(candidate)
object returned by the response reader.
If this method is not called, the response will be the memoized
Sugar to make an rpc method feel like a controller method.
def respond_with(candidate) @_response = candidate end