Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active January 27, 2017 03:02
Show Gist options
  • Save dcomartin/db321fa8929c4faa465cc1cad830a2ca to your computer and use it in GitHub Desktop.
Save dcomartin/db321fa8929c4faa465cc1cad830a2ca to your computer and use it in GitHub Desktop.
var busBuilder = new BusBuilder()
// Global Handlers
.RegisterGlobalHandler<LoggingHandler>()
// Scan an assembly for all other command/query/event handlers
.RegisterHandlers(assembly);
autofacContainerBuilder.RegisterMicroBus(busBuilder);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment