Deployer 10.7 | Product Build Properties and Supported Assets for Repository-Based Deployment | Integration Server | Integration Server Administrative Assets | Integration Server Administrative Assets and Substitution Values | CloudStreams Streaming Providers
 
CloudStreams Streaming Providers
Asset Type ID
iscloudstreamsstreamingproviders
Substitution Values
Client Type
streaming.prov.client.type
The type of client CloudStreams will use to provide the streaming functionality. The supported types are as follows:
*Comet - This is a client implementation that uses the Bayeux HTTP protocol (using the CometD library) to communicate with the streaming service.
*HTTP - An HTTP client type is used for HTTP-based streaming service providers that use a long-lived HTTP connection to send data periodically to the client connected to them.
API Version
streaming.prov.api.version
The version of the streaming API supported by the provider service.
API Endpoint
streaming.prov.endpoint
The endpoint of the streaming provider.
Connection Timeout
streaming.prov.conn.timeout
The streaming connection timeout value in milliseconds.
Read Timeout
streaming.prov.conn.read.timeout
The maximum time in milliseconds before which a data packet must be read from the endpoint before a timeout occurs.
SSL Truststore Alias
streaming.prov.ssl.ts.alias
The Integration Server truststore alias to use if the endpoint is SSL based and the provider certificate must be validated as part of the SSL handshake.
SSL Keystore Alias
streaming.prov.ssl.ks.alias
The Integration Server keystore alias to use if the endpoint is SSL-based and the CloudStreams certificate must be provided to the server endpoint as part of the SSL handshake.
Validate SSL Certificate
streaming.prov.ssl.validateCerts
Configuration to enable validation of the provider's certificate for the SSL handshake.
*true - Enables validation of the provider's certificate.
*false - Disables validation of the provider's certificate.
Basic Authentication Username
streaming.prov.authn.basic.username
The username for HTTP Basic authentication. This is available only if Authentication Type is configured as Basic at source.
Basic Authentication Password
streaming.prov.authn.basic.pwd
The password for HTTP Basic authentication. This is available only if Authentication Type is configured as Basic at source.
OAuth Alias
streaming.prov.authn.alias
The OAuth 1.0a or OAuth 2.0 alias. This is available only if Authentication Type is configured as OAuth 1.0 or OAuth 2.0 at source.
Authentication ESB Service
streaming.prov.authn.esb.service
User-defined ESB service which provides value for the Authorization header. This is available only if Authentication Type is configured as ESB Callback at source.