I want to create a database listener for Elasticsearch for all type of operation (insert, delete, update). Where i can get details about document Id, Index name, Operation Type etc.
I have heard of IndexingOperationListener but not sure how to implement for my case.
Thanks, Darsan