Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Conversation

pbrisbin
Copy link
Contributor

Prior to this change, a service had to define a receive method for every
event, otherwise a NoMethodError would occur if that event is sent.

This change allows services to define methods only for those events they care
about, others will be ignored.

Prior to this change, a service had to define a receive method for every
event, otherwise a NoMethodError would occur if that event is sent.

This change allows services to define methods only for those events they
care about, others will be ignored.
brynary added a commit that referenced this pull request Jun 23, 2014
Services no longer must support all possible events
@brynary brynary merged commit de95b8d into master Jun 23, 2014
@brynary brynary deleted the pb-support-unit branch June 23, 2014 19:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants