clockwork icon indicating copy to clipboard operation
clockwork copied to clipboard

Show listeners in events data source

Open DominicDetta opened this issue 1 year ago • 0 comments

I'm creating an events datasource and it works but I would like to display the listeners associated to the fired events. The listeners are stored correctly in the json:

 "events": [
        {
            "event": "after::api.v1.sub-dossiers.create",
            "time": 1708329329.375426,
            "listeners": [
                "App\\Api\\V1\\DemandeDeComplement\\Event\\CreateValidationListEvent::onDispatch",
                "Closure (\/var\/www\/html\/src\/Signing\/src\/Event\/CreateDossierAttributeInPaperFormat.php:26-83)"
            ]
       }
  ]

This is what I see: clockwork web panel

DominicDetta avatar Feb 19 '24 09:02 DominicDetta