NServiceBus: GridInterceptingMessageHandler -


what "gridinterceptingmessagehandler"? did search , can find no mention of on nservicebus.com. also, see samples have line:

.loadmessagehandlers(first<gridinterceptingmessagehandler>.then<sagamessagehandler>()) 

what exactly?

if @ source , documentation you'll see following:

intercepts messages, not allowing through if endpoint has had number of worker threads reduced zero.

gridinterceptingmessagehandler


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -