Implementation for IOC kernel services for the messaging system
| Interface | Description | |
|---|---|---|
| MessagingEnvironment | Internal facade interface that allows to decouple the default implementations of MessageRouter and MessageProcessor interfaces. |
| Class | Description | |
|---|---|---|
| DefaultMessageProcessor | Default implementation of the MessageProcessor interface. | |
| DefaultMessageReceiverRegistry | Default implementation of the MessageReceiverRegistry interface. | |
| DefaultMessageRouter | Default implementation of the MessageRouter interface. | |
| MessageDispatcherFunctionReference | Represents a reference to a message dispatcher function. | |
| MessageReceiverCollection | A collection of message receivers for a particular message type. | |
| MessageReceiverKind | Enumeration for the different kinds of message receivers. | |
| MessageReceiverSelectionCache | A cached selection of receivers for a particular message type and its subtypes. | |
| Selector | Represents a metadata tag that can be used to specify a property for a message that can be used as a selector. |