IIncomingMessageHandlerPlugin Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Messaging.Incoming
The IIncomingMessageHandlerPlugin type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IReadOnlyDictionaryTKey, TValue, T: String | AvailableConfiguration |
A string-type dictionary to specify named configuration properties that this plugin requires
|
![]() | String | Description |
A description of the plugin
|
![]() | String | Name |
The name of the plugin. Should be human-friendly
|
Name | Description | ||
---|---|---|---|
![]() | void | HandleMessages(IDictionaryString, Object, Int64, IEnumerableIIncomingMessage) |
The callback for the plugin to do some work with incoming messages
|