9.12.1 Input stream definition

You specify in a CB definition for sending information about the input streams at the receiving end.

Organization of this subsection
(1) Format
(2) Details of definition

(1) Format

<streamInfo name="input-stream-name"
querygroup="query-group-name"/>

(2) Details of definition

You can specify a maximum of 1,024 input stream definitions. This definition is mandatory.

streamInfo tag (all definition information)
Defines all input stream definition information.
name="input-stream-name"
Specifies the name of an input stream, as 1 to 100 single-byte alphanumeric characters and the underscore (_). This name must begin with a single-byte alphabetic character. This input stream name must be unique within the CB definition for sending. This attribute cannot be omitted.
Note that stream names specified in the register stream clause in the query definition file must be used as the input stream names specified in the adaptor configuration definition file. For details about the register stream clause, see the manual uCosminexus Stream Data Platform - Application Framework Application Development Guide.
querygroup="query-group-name"
Specifies a query group name, as 1 to 64 single-byte alphanumeric characters and the underscore (_). This name must begin with a single-byte alphabetic character. This attribute cannot be omitted.