Generic Streaming Quick Start
This quick start shows you how to get started with generic streaming in Streaming API. This quick start takes you step-by-step through the process of using Streaming API to receive a notification when an event is pushed via REST and lets you specify replay options.
-
Create a new StreamingChannel object by using the Salesforce UI.
-
Run a Java Client with Username and Password Login
Run a Java client that uses EMP Connector to subscribe to the channel with username and password authentication.
-
Run a Java Client with OAuth Bearer Token Login
Run a Java client that uses EMP Connector to subscribe to the channel with OAuth authentication.
-
Use the Streaming Channel Push REST API resource to generate event notifications to channel subscribers.