EWS supports three types of notifications push, pull and streaming you can read more about them https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/notification-subscriptions-mailbox-events-and-ews-in-exchange . It doesn't support WebHooks if you using Office365 there are webhooks in the Graph you can use https://learn.microsoft.com/en-us/graph/api/subscription-post-subscriptions?view=graph-rest-1.0&tabs=http
EWS and the Graph are throttled https://learn.microsoft.com/en-us/exchange/client-developer/exchange-web-services/ews-throttling-in-exchange and https://learn.microsoft.com/en-us/graph/throttling so there are limits on concurrency, EWS is more resource budget throttling where Graph is total number of requests.