288.4.3. rest Streaming API

소비자 끝점은 스트리밍 끝점에 다음 sytax를 사용하여 생성/업데이트 시 Salesforce 알림을 수신할 수 있습니다.

주제를 생성 및 구독하려면To create and subscribe to a topic

from("salesforce:CamelTestTopic?notifyForFields=ALL&notifyForOperations=ALL&sObjectName=Merchandise__c&updateTopic=true&sObjectQuery=SELECT Id, Name FROM Merchandise__c")...

기존 항목을 구독하려면To subscribe to an existing topic

from("salesforce:CamelTestTopic&sObjectName=Merchandise__c")...