MessageHandler MH Sign Up

Internals

I

The internals section provides big-picture explanations of the design choices we made and how the different libraries work internally.

This section is most useful for gaining a deep understanding of a particular messaging topic.

MessageHandler consists of several runtimes, which each support a subset of the 9 processing patterns.

These patterns have been purposely selected to:

Event Sourcing Runtime

The Event Sourcing Runtime takes care of sourcing components from a stream of events. Its main purpose is to support the Aggregate Root and Projection patterns

Atomic Message Processing Runtime

The Atomic Message Processing Runtime takes care of handling queued messages in an Atomic and Durable way. Its main purpose is to support the Task Processing, Delegation, Reaction and Downstream Activity patterns.

Event Stream Processing Runtime

The Event Stream Processing Runtime takes care of handling large streams of messages, with a focus on high speeds and high volumes. Its main purpose is to support the Event Processing and Event Generator patterns.

Handler Runtime Configuration

The Handler Runtime Configuration can be shared by the above three runtimes, depending on the needs to share settings, IOC container, logging and metric collection between the runtimes.

Sign up to our newsletter to get notified about new content and releases

You can unsubscribe at any time by clicking the link in the footer of your emails. I use Mailchimp as my marketing platform. By clicking subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp's privacy practices here.