EspConnector Modules

The EspConnector modules are the modules responsible for connecting to Event Stream Processor. There are four EspConnector module types: EspSubscriber, EspMultiStreamSubscriber, EspPublisher, and EspMultiStreamPublisher.

The EspSubscriber module subscribes to a stream in an ESP project and outputs data to the next module configured in the adapter configuration file (for example, a formatter or transporter). The EspMultiStreamSubscriber module has the same functionality but can subscribe to multiple streams.

The EspPublisher module takes data from a transporter module and publishes it to a stream in an ESP project. The EspMultiStreamPublisher has the same functionality but can publish data to multiple streams.

Related concepts
Formatter Modules
Transporter Modules
Related tasks
Accessing Adapter Toolkit API Reference Information
Create a Custom Adapter
Debugging a Custom Adapter