This service allows a correlator to submit orders to an adapter that is attached to another server correlator.
This service is used to bridge the com.apama.oms interface between two correlators. One correlator, connected to an adapter, acts as a server. The other correlator as a client. To perform the bridging, this monitor needs to be injected in the client correlator and an instance created by sending in the ConfigureClientSideBridge event. The two correlators must be connected to each other, and the channels in the configuration events have to match those of the engine connections.
This service will listen for new/amend/cancel order events and will forward them by emitting them to the server.
This service will also monitor the connection by using the IAFConnectionMonitor component, note that this means that the IAFStatusFaker must be running on the client correlator. Setting up instances of The IAFConnectionMonitor will normally be done by the adapter bridging configuration service. When a connection goes down, this monitor will unsubscribe to the adapter. When it comes back up, it will re-subscribe.