For one of our requirements we are planning to listen to Event bus of apache ISIS, apache ISIS acts as admin GUI that makes changes on preferences of different entities which are of interest to other applications.
After there are changes we are planning to use the swagger based rest UI to request / respond to GET and POST Entities. Can I redirect the event of CRUD operation published on event bus to Swagger GUI response , I want to use the same Object to Jason functionality that ISIS already provides me what is the best way to do this? Object Change → event on the Bus→ use Swagger’s ability to convert Entities to JSON and send over rest Regards Nikhil
