eventq_aws:v1.11.0
vaughanbrittonsage
released this
17 Mar 11:27
·
282 commits
to master
since this release
EventQClient:
- Added
raise_event_in_queue
method to allow raising a method directly to a queue. - Added
register_event
method to allow registration of an event to create the required SNS topic. - Added
registered?
method to allow ability to determine if an event has been registered or not. - Added logic to auto register an event on first encounter, to remove the need for manual topic creation or subscription prior to event raising.