MessageHandler MH Sign Up

Stream Processing Runtime Configuration

C

The stream processing runtime, helps you to build event generators, stream processors, and transient reactions.

Configuring stream processing

To set up stream processing, you need the MessageHandler.Runtime.StreamProcessing extensions package.

PM> Install-Package MessageHandler.Runtime.StreamProcessing

Integrating into an existing handler runtime configuration

The most common scenario is to add stream processing as a capability to a host integrated handler runtime.

To make this easy, there is an extension method called StreamProcessingPipeline.

 runtimeConfiguration.StreamProcessingPipeline(pipeline =>
{
    
});

Each invocation of this method will result in a new pipeline instance.

Once you have a pipeline configuration instance, you can start to configure it.

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.