C# (CSharp) MemBus.Publishing Namespace

Classes

Name Description
ParallelBlockingPublisher Calls subscribers in parallel but blocks until all subscriptions return.
ParallelNonBlockingPublisher Publisher of messages that publishes in parallel and does not wait for all handlers to return. When all subscriptions have done their work, any exceptions will be collected and put on the bus as ExceptionOccurred messages.