The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
64 views

accessing the Streaming API from a public-facing Force.com Site

I've got a telemetry application for which the Streaming API would be extremely useful. However I want the subscriptions to be publicly accessible. (So that anyone with the client can waltz up and ...
1
vote
1answer
34 views

Is it possible to enable an Org Streaming API through Apex?

It really is a simple question, just wasn't able to find such information, and the wide availability of streaming apis across the web doesn't help searching. I'm trying to know whether we can enable ...
4
votes
1answer
36 views

Streaming API Polling Interval

I can't seem to find any configuration variable etc. for the polling interval that cometd uses for the subscription channels. As it polls every second or so, I am hitting the max events per 24h very ...
2
votes
4answers
231 views

Salesforce Integration + Streaming API

The Salesforce Integration Patterns workbook suggests the use of the Streaming API to give an customer service agent a real time notification of a client payment. However the Streaming API is limited ...
6
votes
1answer
167 views

How Streaming API Event Usage is calculated?

Was going through the streaming Streaming API governor limit it is 10K events. How this is calculated? Is this is the number of events that the platform generates? Well to verify this created a vf ...