Constructor for DefaultStreamingOptions
The streaming target org
The streaming channel or topic. If the topic is a system topic then api 36.0 is used. System topics are deprecated.
The function called that can process streaming messages.
The salesforce api version
The streaming channel aka topic
The hard timeout that happens with a handshake.
The org streaming target.
The function for processing streaming messages
The function for build the inner client impl. Allows for mocking.
The hard timeout that happens with subscribe
Static
Readonly
DEFAULT_Static
Readonly
DEFAULT_Static
Readonly
SFDX_Static
Readonly
SFDX_Setter for the handshake timeout.
Throws An error if the newTime is less than the default time.
The new handshake timeout DefaultOptions.DEFAULT_HANDSHAKE_TIMEOUT
Setter for the subscribe timeout.
Throws An error if the newTime is less than the default time.
The new subscribe timeout. DefaultOptions.DEFAULT_SUBSCRIBE_TIMEOUT
Default Streaming Options. Uses Faye as the cometd impl.