Closed RaishavHanspal closed 6 days ago
There is a use-case to identify when a certain promise function is invoked/started. To cater this requirement a new event invoke is added in type EventName, this can be listened on queue and sends the id parameter.
invoke
EventName
id
There is a use-case to identify when a certain promise function is invoked/started. To cater this requirement a new event
invoke
is added in typeEventName
, this can be listened on queue and sends theid
parameter.