Skip to content

Track when subscribers fail

Choose a tag to compare

@JoepGeevers JoepGeevers released this 15 Feb 19:32

If a subcriber explodes, it will be caught and either rethrown or sent to an IErrorTracker depending on if the latter exists in the used dependency injection container
Subscribe methods can also return an HttpStatusCode. If not successfull, an exception will also be thrown or sent to the IErrorTracker