The %ESP_HOME%/adapters/framework/examples directory contains various example modules for the adapter toolkit.
Folder Name | Description |
---|---|
discover |
Contains an example adapter that has schema discovery implemented. Before running this example, copy the ExampleAdapterForDiscovery.cnxml file to the $ESP_HOME/ESP-5_1/lib/adapters directory.. |
dual_direction_transporter |
Contains an example adapter which processes input and output data concurrently. |
esp_pipe |
Contains an example adapter that pipes two ESP projects together. |
multistream_publisher |
Contains an example adapter which uses the multistream publisher module. |
multistream_subscriber |
Contains an example adapter which uses multistream subscriber module. |
output |
Contains an example output adapter which outputs ESP stream data to the console. |
polling_input |
Contains an example of a polling input adapter. |
row_input |
Contains an example input adapter which publishes pooled messages in transactions. |
single_inputtransporter |
Contains an example adapter which has only two modules: a transporter and an espconnector. |
src |
Contains the source code for the example modules. |
streaming_input |
Contains an example streaming input adapter. |
streaming_output |
Contains an example streaming output adapter. |
stringlist_input |
Contains an example adapter which uses the String List to ESP Formatter. |
stringlist_output |
Contains an example adapter which uses the ESP to String List Formatter. |