Show TOC

EspConnector ModulesLocate this document in the navigation structure

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 a project for ESP 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 a project for ESP. EspMultiStreamPublisher has the same functionality but can publish data to multiple streams.