Questions tagged [nservicebus-pipeline]

1 questions
1
vote
1 answer

How do you register a behavior to execute after the "Handle" method in NServiceBus 6?

I have an Endpoint with a Handle method. I would like to do something immediately before and immediately following Handle. I was able to get the step working before by imolementing LogCommandEntryBehavior : Behavior.…
Adam Modlin
  • 2,994
  • 2
  • 22
  • 39