com.apama.marketdata
Event ConfigureClientSideBridge


This event, when sent into the correlator, will setup a client side market data interface bridge, allowing the correlator to access the market data from an adapter running on another correlator.
Since:
CMF 1.1.0
Version:
10.11
See Also:
com.apama.adapter.bridge.ConfigBridge - The adapter bridging service will usually route this event
com.apama.marketdata.ClientBridge - The service that this event creates instances of

Member summary
 stringinstanceName

An instance name identifying an instance of the client side bridge.
 stringclientService

This has to match the details in the ConfigureServerSideBridge event. It is the service Id the client will use to access the data.
 stringserverService

This has to match the details in the ConfigureServerSideBridge event. It is the service Id the server will use to subscribe to the data.
 stringadapterName

The client side adapter monitors the connection to the other correlator. This adapterName has to match that of an IAFConnectionMonitor instance monitoring the connection.
 stringtransport

The client side adapter monitors the connection to the other correlator. This transport field has to match that of an IAFConnectionMonitor instance monitoring the connection.
 stringemitChannel

The client side adapter monitors the connection to the other correlator.
 
Member detail

adapterName

            string adapterName
        
The client side adapter monitors the connection to the other correlator. This adapterName has to match that of an IAFConnectionMonitor instance monitoring the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator
com.apama.connection.IAFStatusFaker - The IAFConnectionMonitor can only monitor the connection to the other correlator because it uses this service to pretend to be an adapter

clientService

            string clientService
        
This has to match the details in the ConfigureServerSideBridge event. It is the service Id the client will use to access the data.
See Also:
com.apama.marketdata.ConfigureServerSideBridge#clientService - This field must match the one in the server event

emitChannel

            string emitChannel
        
The client side adapter monitors the connection to the other correlator.

This channel has to be that which the client correlator is listening to on the server correlator. It also has to match the value in the IAFConnectionMonitor used to monitor the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator

instanceName

            string instanceName
        
An instance name identifying an instance of the client side bridge.

serverService

            string serverService
        
This has to match the details in the ConfigureServerSideBridge event. It is the service Id the server will use to subscribe to the data.
See Also:
com.apama.marketdata.ConfigureServerSideBridge#serverService - This field must match the one in the server event

transport

            string transport
        
The client side adapter monitors the connection to the other correlator. This transport field has to match that of an IAFConnectionMonitor instance monitoring the connection.
See Also:
com.apama.adapters.MonitorAdapter - This adapter name has to match that in an instance of this configuration event.
com.apama.adapters.IAFConnectionMonitor - This service is used to monitor the connection to the other correlator