Annotation Type 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
      CustomChatChannel[] customChatChannels
      An array of CustomChannels supported by this MessengerConnector.
      java.lang.String protocol
      The protocol of the MessengerConnector used to identify this MessengerConnector.
    • Element Detail

      • protocol

        java.lang.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