Package-level declarations

Types

Link copied to clipboard

Represents a specialized type of feature message that corresponds to an event in the system. A feature event typically carries information uniquely identifying the event, alongside other data provided by the FeatureMessage interface.

Link copied to clipboard
interface FeatureMessage

Represents a feature message or event within the system.

Link copied to clipboard
expect abstract class FeatureMessageProcessor : Closeable

Represents a provider responsible for handling outbound feature messages or events.

actual abstract class FeatureMessageProcessor : <ERROR CLASS> ERROR CLASS: Symbol not found for Closeable

Abstract class responsible for processing feature messages within the system.

actual abstract class FeatureMessageProcessor : Closeable

Abstract class responsible for processing feature messages or events within the system.

Link copied to clipboard

Utility object providing safe handling and processing of feature messages for collections and individual FeatureMessageProcessor implementations.