Annotation Interface MessengerConnectorPlugin
 Runtime annotation used to mark a MessengerConnector.
 
- Since:
 - 12.20
 
- 
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn array of CustomChannels supported by this MessengerConnector.The protocol of the MessengerConnector used to identify this MessengerConnector. 
- 
Element Details
- 
protocol
String protocolThe protocol of the MessengerConnector used to identify this MessengerConnector.- Returns:
 - the protocol of the MessengerConnector used to identify this MessengerConnector
 - Since:
 - 12.20
 
 - 
customChatChannels
CustomChatChannel[] customChatChannelsAn array of CustomChannels supported by this MessengerConnector.- Returns:
 - an array of CustomChannels supported by this MessengerConnector
 - Since:
 - 12.20
 
 
 -