com.apama.adapter.bridge
Event ConfigureClientSide


This event, when sent into the correlator, will setup a client side adapter bridge, allowing the correlator to access an adapter running on another correlator.

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 client 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 suplement the status report interface with status information if the bridge connection is lost.
Since:
CMF 1.1.2
Version:
10.3
See Also:
com.apama.adapter.bridge.ConfigBridge - The monitor that this event configures

Member summary
 stringserviceId

The serviceId is that of the adapter the client wishes to access on the server side.
 stringchannel

When the adapter bridging service is used, two correlators are engine connected together. This channel must match the output channel of the client correlator, that the server 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 client correlator, that the server 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 client wishes to access on the server side.