Configuration
EventFlow configuration can be done via the .Configure(o => {})
method, which is available on the EventFlowOptions
object.
1 2 3 4 5 6 7 8 9 |
|
In this example, we enable asynchronous subscribers and configure EventFlow to throw exceptions for subscriber errors. You can customize the configuration options to suit your needs.