arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

Improvement - Rename the `EventGridEventBatch<>` to `EventBatch<>` #113

Closed stijnmoreels closed 4 years ago

stijnmoreels commented 4 years ago

What would you like to improve? The batch of events that will be returned from the EventParser will be called EventGridEventBatch<> while this is on fact just a batch of abstracted events. A better name would be EventBatch<>.

renebik commented 4 years ago

@stijnmoreels: Is this something I can do?

stijnmoreels commented 4 years ago

@stijnmoreels: Is this something I can do?

Yes, of course! I wanted to wait after #112 but you can already do it. I'll manage any merge conflicts.

Thanks for the help!