Interface TwitterConstants


  • public interface TwitterConstants
    Defines common constants
    • Field Detail

      • TWITTER_KEYWORDS

        @Metadata(description="The keywords to search",
                  javaType="String",
                  applicableFor="twitter-search")
        static final String TWITTER_KEYWORDS
        See Also:
        Constant Field Values
      • TWITTER_SEARCH_LANGUAGE

        @Metadata(description="The lang string ISO_639-1 which will be used for searching",
                  javaType="String",
                  applicableFor="twitter-search")
        static final String TWITTER_SEARCH_LANGUAGE
        See Also:
        Constant Field Values
      • TWITTER_COUNT

        @Metadata(description="Limiting number of results per page.",
                  javaType="Integer",
                  applicableFor="twitter-search")
        static final String TWITTER_COUNT
        See Also:
        Constant Field Values
      • TWITTER_NUMBER_OF_PAGES

        @Metadata(description="The number of pages result which you want camel-twitter to consume.",
                  javaType="Integer",
                  applicableFor="twitter-search")
        static final String TWITTER_NUMBER_OF_PAGES
        See Also:
        Constant Field Values
      • TWITTER_SINCEID

        @Metadata(javaType="Long",
                  applicableFor="twitter-search")
        static final String TWITTER_SINCEID
        The last tweet id which will be used for pulling the tweets. It is useful when the camel route is restarted after a long-running.
        See Also:
        Constant Field Values
      • TWITTER_MAXID

        @Metadata(description="If specified, returns tweets with status ids less than the given id.",
                  javaType="Long",
                  applicableFor="twitter-search")
        static final String TWITTER_MAXID
        See Also:
        Constant Field Values
      • TWITTER_USER

        @Metadata(description="The user",
                  javaType="String",
                  applicableFor="twitter-directmessage")
        static final String TWITTER_USER
        See Also:
        Constant Field Values
      • TWITTER_EVENT_TYPE

        @Metadata(description="The type of event. The supported values are the values of the enum org.apache.camel.component.twitter.consumer.TwitterEventType",
                  javaType="String")
        static final String TWITTER_EVENT_TYPE
        See Also:
        Constant Field Values