Channel Import
The Channel Import configuration category includes the following configurable options:
Channel Name
Concurrent Consumers
Channel Import ETL Script (Text)
Channel Import ETL Script (File)
Default mediaType
|
Channel Name |
|
|
STRING | |
The name of Kafka topic or ActiveMQ queue where inbound resources will be arriving. | |
import
|
|
|
|
Concurrent Consumers |
|
|
POSITIVE_INTEGER | |
The number of the concurrent consumers. | |
5
|
|
|
|
Channel Import ETL Script (Text) |
|
|
JAVASCRIPT | |
If set, supplies an ETL processor used for certain mimetypes in the Channel Import service. | |
function handleChannelImportJsonPayload(jsonObject) {
//
}
function handleChannelImportStringPayload(stringPayload) {
//
}
|
|
|
|
Channel Import ETL Script (File) |
|
|
Resource Path | |
If set, supplies the absolute filepath of a file containing an ETL processor used for certain mimetypes in the Channel Import service. | |
(no default) | |
|
|
Default mediaType |
|
|
Resource Path | |
If set, applies the mediaType to incoming messages that are missing the mediaType attribute. Legal values are text/plain, text/csv, application/fhir+json, application/json | |
(no default) | |
|