|
SObjectizer
5.8
|
There are two new event methods for subscription of an event to a signal.
The first one related to event subscription for ordinary agents. It is possible to subscribe event that way:
instead of:
The second one related to ad-hoc agents:
instead of:
The old form with so_5::signal<MSG> marker is still supported and will be supported in the future versions of SObjectizer. Moreover the so_5::signal<MSG> marker is necessary for event unsubscription: