Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default Value

Context

RequiredProducer/Consumer

Description

authTokenprotocol

null

Shared

YesBothAuthorization token(personal access token) obtained from Hipchat

 

protocol

http

Shared

NoBoth

Default protocol to connect to the Hipchat server

consumeUsers

null

Shared

NoConsumer

Comma separated list of user @Mentions or emails whose messages to the owner of authToken must be consumed

such as http or https

hostnullSharedYeshostapi.hipchat.comSharedNoBothThe API host of the Hipchat to connect to, such as api.hipchat.com
port80SharedNoBothThe port to connect to on the Hipchat host

authToken

null

Shared

YesBothAuthorization token(personal access token) obtained from Hipchat

 

delay5000SharedNoConsumerThe poll interval in millisec for consuming messages from consumeUsers provided. Please read about rate limits before decreasing this.

consumeUsers

null

Shared

NoConsumer

Comma separated list of user @Mentions or emails whose messages to the owner of authToken must be consumed

Scheduled Poll Consumer

This component implements the ScheduledPollConsumer. Only the last message from the provided 'consumeUsers' are retrieved and sent as Exchange body. If you do not want the same message to be retrieved again when there are no new messages on next poll then you can add the idempotent consumer as shown below. All the options on the ScheduledPollConsumer can also be used for more control on the consumer.

...