Annotation Interface MessengerConnectorPlugin


@Retention(RUNTIME) @Target(TYPE) public @interface MessengerConnectorPlugin

Runtime annotation used to mark a MessengerConnector.

Since:
12.20
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of CustomChannels supported by this MessengerConnector.
    The protocol of the MessengerConnector used to identify this MessengerConnector.
  • Element Details

    • protocol

      String protocol
      The 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[] customChatChannels
      An array of CustomChannels supported by this MessengerConnector.
      Returns:
      an array of CustomChannels supported by this MessengerConnector
      Since:
      12.20