public class BlotterProvider
extends java.lang.Object
This is the entry point into the Blotter API. The provider creates active publishers on the namespaces provided in the BlotterConfiguration. Incoming requests on the blotter channel namespace are delegated to your application as BlotterApplicationListener.blotterChannelOpened(BlotterChannel) calls. For details of how to send BlotterItems, see BlotterChannel.
| Constructor and Description |
|---|
BlotterProvider(DataSource dataSource,
BlotterConfiguration blotterConfiguration,
BlotterApplicationListener listener)
Create a BlotterProvider registering your application.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVersion()
Get the Blotter API version.
|
public BlotterProvider(DataSource dataSource, BlotterConfiguration blotterConfiguration, BlotterApplicationListener listener)
dataSource - An unstarted DataSourceblotterConfiguration - BlotterConfiguration for your applicationlistener - Callback to your application on blotter channel and blotter item requests are recevied on thisPlease send bug reports and comments to Caplin support