lib/eventq/eventq_base/eventq_client_contract.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module EventQ
  class EventQClientContract

    def raise_event(event_type, event)

    end

  end
end