Skip to content

Instantly share code, notes, and snippets.

@mookid8000
Created January 21, 2013 13:05
Show Gist options
  • Save mookid8000/4585895 to your computer and use it in GitHub Desktop.
Save mookid8000/4585895 to your computer and use it in GitHub Desktop.
Imaginary Rebus API
Configure.With(....)
.(....)
.Behavior(b => b.IgnoreUnhandledMessages())
@mookid8000
Copy link
Author

More stuff that comes to mind:

  • ForwardUnhandledMessagesTo(someEndpoint)
  • ThrowOnUncorrelatedSagaMessage()
  • ForwardUncorrelatedSagaMessageTo(someEndpoint)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment