FeatureConfig

abstract class FeatureConfig(source)

Abstract base class for configuring features with stream providers.

This class provides mechanisms to manage a list of FeatureMessageProcessor instances, which are responsible for handling outbound feature events or messages (e.g., node started, strategy started). Subclasses may extend this configuration class to define additional settings specific to a feature.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Provides a read-only list of FeatureMessageProcessor instances registered with the feature configuration.

Functions

Link copied to clipboard

Adds a message processor to the configuration.