As the title says. For context, although not terrible important, I'd like to trigger a WebSocket notification in the AfterSave
event listener, and I'd like the resource or collection URI to correspond to the subscription endpoint. Of course, I could hard code these values, but then I'm losing some benefit of using SDR.
So, does Spring offer a way to retrieve this information, the collection or entity URI, solely based off of the Object that the event listeners receive?