Skip to content

v1.2.0

Compare
Choose a tag to compare
@dmchoull dmchoull released this 21 Mar 14:32
· 47 commits to master since this release

This release adds a new listen instruction.

ex:

listen for: :event, with: ListenerClass

Which can be triggered in a Processor with:

include EXEL::Events
...
trigger :event, foo: 'bar'