install

Installs a feature into the pipeline with the provided configuration.

This method initializes the feature with a custom configuration and registers it in the pipeline. The feature's message processors are initialized during installation.

Parameters

feature

The feature implementation to be installed

configure

A lambda to customize the feature configuration

Type Parameters

TConfig

The type of the feature configuration

TFeatureImpl

The type of the feature being installed

Installs a feature into the pipeline with the provided configuration.

This method initializes the feature with a custom configuration and registers it in the pipeline. The feature's message processors are initialized during installation.

Parameters

feature

The feature implementation to be installed

configure

A lambda to customize the feature configuration

Type Parameters

TConfig

The type of the feature configuration

TFeatureImpl

The type of the feature being installed

Installs a feature into the pipeline with the provided configuration.

This method initializes the feature with a custom configuration and registers it in the pipeline. The feature's message processors are initialized during installation.

Parameters

feature

The feature implementation to be installed

configure

A lambda to customize the feature configuration

Type Parameters

TConfig

The type of the feature configuration

TFeatureImpl

The type of the feature being installed