Are there any plans to support callback functions when insert/update/delete actions are performed on resources in a feature service? This would be very helpful for near-real-time updates in applications that rely on updates from ArcGIS Server.
One option is to use geodatabase class extensions which listen to insert, update and delete events for feature classes and tables in the geodatabase. The following is a sample from the SDK: