You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would allow custom dispatches for characteristic specific listeners, which could be channel based and characteristic based instead of channel based only.
The main difference between Characteristics and Extension Additional Properties is that Characteristics are dynamic and does not require custom factory and custom class definitions, they could be set on the fly. And are easier to define.
Characteristic idea is to be something not bound to a specific group of events, but to an open group of events that may not correlate between them.
The text was updated successfully, but these errors were encountered:
This is set to 1.9 milestone, but does not mean that will be delivered in 1.9 version, this is only a wip proposal.
Proposal
Support a sort of
characteristics
in events (ordynamic characteristics
).Example
Event:
Characteristic inclusion:
Or via factory:
Motivation
This would allow custom dispatches for characteristic specific listeners, which could be channel based and characteristic based instead of channel based only.
The main difference between Characteristics and Extension Additional Properties is that Characteristics are dynamic and does not require custom factory and custom class definitions, they could be set on the fly. And are easier to define.
Characteristic idea is to be something not bound to a specific group of events, but to an open group of events that may not correlate between them.
The text was updated successfully, but these errors were encountered: