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.