Prior to this commit, each app documented its available config props in its README.adoc. Now that the functions have been moved to the function catalog, these inline docs are replaced w/ a link to the respective function catalog docs. See #524
18 lines
728 B
Plaintext
18 lines
728 B
Plaintext
//tag::ref-doc[]
|
|
= Twitter Message Source
|
|
|
|
Repeatedly retrieves the direct messages (both sent and received) within the last 30 days, sorted in reverse-chronological order.
|
|
The relieved messages are cached (in a `MetadataStore` cache) to prevent duplications.
|
|
By default an in-memory `SimpleMetadataStore` is used.
|
|
|
|
The `twitter.message.source.count` controls the number or returned messages.
|
|
|
|
The `spring.cloud.stream.poller` properties control the message poll interval.
|
|
Must be aligned with used APIs rate limit
|
|
|
|
== Options
|
|
|
|
https://github.com/spring-cloud/spring-functions-catalog/tree/main/supplier/spring-twitter-supplier#3-twitter-direct-message-supplier[See function catalog for configuration options]
|
|
|
|
//end::ref-doc[]
|