com.apama.adapter.bridge
Event ConfigureServerSide


This event, when sent into the correlator, will setup a server side adapter bridge, allowing an adapter attached to this correlator to be shared with other correlators.

The adapter bridging service allows adapter connections to be shared between correlators. To do so the correlator with the adapter needs to run a server side bridge and the client needs to run a client side bridge. This event, when sent into the correlator, will setup a server side adapter bridge.

The adapter bridge will bridge the com.apama.oms, com.apama.marketdata, and com.apama.statusreport interfaces. The bridge monitors the connection to the server correlator and it will use this information to cancel orders and unsubscribe market data subscriptions.
Since:
CMF 1.1.2
Version:
10.11
See Also:
com.apama.adapter.bridge.ConfigBridge - The monitor that this event configures

Member summary
 stringserviceId

The serviceId is that of the adapter the server is providing access to.
 stringchannel

When the adapter bridging service is used, two correlators are engine connected together. This channel must match the output channel of the server correlator, that the client correlator is connected to.
 
Member detail

channel

            string channel
        
When the adapter bridging service is used, two correlators are engine connected together. This channel must match the output channel of the server correlator, that the client correlator is connected to.
See Also:
com.apama.adapter.bridge.ConfigBridge - The service that listens to this event

serviceId

            string serviceId
        
The serviceId is that of the adapter the server is providing access to.