Show TOC

Socket JSON Input and Output AdapterLocate this document in the navigation structure

The Socket JSON Input adapter obtains streaming data from the socket server, formats data into JSON format and inputs it into Event Stream Processor. The Socket JSON Output adapter takes JSON data from Event Stream Processor, formats it to bytebuffer, and transports it to the socket server in streaming format.

Commands specified in the cnxml file for this adapter cannot contain the following strings: "mv", "rm", or "del".

These adapters can run in managed or unmanaged mode.

Managed external adapters:
  • Are started and stopped by the ESP server with ESP projects.
  • Have a cnxml adapter configuration file that is configured within SAP Event Stream Processor Studio.
  • Are referenced in a CCL ATTACH ADAPTER statement.
Unmanaged external adapters:
  • Start and stop independently of the ESP server and ESP projects.
  • Are configured independently.
  • Are not referenced in a CCL ATTACH ADAPTER statement.