Skip navigation links

Lightstreamer In-Process Java Adapter 7.2.0 API Specification

These packages include the resources needed to write Data Adapters and Metadata Adapters for Lightstreamer Server in Java.

See: Description

Packages 
Package Description
com.lightstreamer.adapters.metadata  
com.lightstreamer.interfaces.data  
com.lightstreamer.interfaces.metadata  

These packages include the resources needed to write Data Adapters and Metadata Adapters for Lightstreamer Server in Java. The adapters will run in process with the Lightstreamer Server.
Each Lightstreamer session requires the presence of an Adapter Set, which is made up of one Metadata Adapter and one or multiple Data Adapters. Multiple Adapter Sets can be plugged onto Lightstreamer Server.
Please refer to the provided "General Concepts.pdf" document for further details about the role of the Adapters in Lightstreamer.

Each Adapter Set is defined by a configuration file called "adapters.xml" placed in a specific subfolder of "/adapters". Please refer to the WELCOME Adapter Set pre-installed in the factory donwload of Lightstreamer as a reference of Adapters deploy and to adapters.xml for a complete description of all the parameters configurable for an Adapter Set.

In case you want to use Eclipse for developing and running your own Adapter Set, please refer to the instructions provided in this thread of our Java Adapter API support forum.

Skip navigation links