www.espertech.comDocumentation

Chapter 1. Adapter Overview

1.1. Adapter Library Classes
1.1.1. The Adapter Interface
1.1.2. Using AdapterInputSource

Input and output adapters to Esper provide the means of accepting events from various sources, and for making available events to destinations.

Most adapters present their own configuration as well as API. Some adapters also provide operators for use in data flows.

The following input and output adapters exist:

Table 1.1. Input and Output Adapters

AdapterDescription
File Input and Output Adapter

The file input and output adapter can read and wirte files, transform the textual values into events, play the events into the engine and write events into a file. The adapter also makes it possible to run complete simulations of events arriving in time-order from different input streams.

Spring JMS Input and Output Adapter

JMS adapters based on the JmsTemplate offered by Spring 2. Provides unmarshalling of JMS javax.jms.Message messages for sending into an engine instance, and marshaling of com.espertech.esper.client.EventBean events into JMS messages.

Opentick Input Adapter

The opentick input adapter receives real-time stock market data from opentick corporation's API. Please see http://www.opentick.com for more information. Opentick license, copyright and trademark are properties of opentick corporation.