# File lib/event/collector.rb, line 114
    def put(context, event_type)
      Cproton.pn_collector_put(@impl, Cproton.pn_rb2void(context), event_type.type_code)
    end