Method: Orchestrate::EventType#perform
- Defined in:
- lib/orchestrate/event_source.rb
#perform(api_method, *args) ⇒ API::Response
Calls a method on the KeyValue's Collection's API Client, providing the event type.
82 83 84 |
# File 'lib/orchestrate/event_source.rb', line 82 def perform(api_method, *args) kv_item.perform(api_method, type, *args) end |