EspConnector Modules

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

EspSubscriber 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). EspMultiStreamSubscriber has the same functionality but can subscribe to multiple streams.

EspPublisher takes data from a transporter module and publishes it to a stream in an ESP project. 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