Concurrent Flows

Concurrent Flows

Follow
homeCurrent ProjectMy Backgroundbadges
Tag

messaging

#messaging

More content

Read more stories on Hashnode


Articles with this tag

Why I Orient Events to their Producer

Dec 28, 20224 min read

An Event shouldn't know who's listening 路 Context Event-Driven Architecture is an evolution of a more generic Microservices Architecture. With...

Why I Orient Events to their Producer

AsyncMediator Series - Part 2

Nov 15, 202212 min read

Channeling Completion toward Decoupling 路 Welcome Back! 馃憢 So glad you made it back for Part 2, in Part 1: Broadcast Messaging - In Memory we created the...

AsyncMediator Series - Part 2

AsyncMediator Series - Part 1

Oct 22, 202210 min read

Decoupling of your Business Logic via Flow 路 Inspiration Origination executes distinctly from Consumption From the beginning 馃 The idea of a Mediator...

AsyncMediator Series - Part 1

Decoupled Process Management

Jul 6, 202118 min read

Toward a Message Driven Architecture 路 Background Imagine, if you will, that in the course of designing a new api you have the requirement to implement a...

Decoupled Process Management

A Simple Hosted Actor System

Jun 20, 20219 min read

Turning a Web of Handlers into a Mini Actor System 路 Overview Take an AspNet Core Api, for example, we have chosen for this; a pattern of...

A Simple Hosted Actor System

Message Routing in Dotnet 6

Jun 1, 20217 min read

Background This post builds on the work developed in this post; Background Message Processing in Dotnet 6. We extend the Messenger<T> and...

Message Routing in Dotnet 6