com.apama.md.bridge
Event MDBridgeInterface


This interface can be used by the User to create a Market Data Bridge to convert from legacy Market Data events to the New Market Data Architecture.
Since:
CMF 2.1.1

Action Summary
 voidcreateMDBridge(context mainContext, com.apama.md.bridge.ConfigMDBridge bridgeConfig, com.apama.md.bridge.MDBridgeExtensionInterface bridgeExtension)

This action creates a new Market Data Bridge using the configuration information and extension interface provided.
 
Action Detail

createMDBridge

void createMDBridge(context mainContext, com.apama.md.bridge.ConfigMDBridge bridgeConfig, com.apama.md.bridge.MDBridgeExtensionInterface bridgeExtension)
This action creates a new Market Data Bridge using the configuration information and extension interface provided.
Parameters:
mainContext - The context of the underlying adapter (IE the main context)
bridgeConfig - The Market Data Bridge configuration to be used
bridgeExtension - A Session Name based on the legacy ServiceID and MarketID
See Also:
com.apama.md.bridge.ConfigMDBridge - The Market Data Bridge configuration to be used
com.apama.md.bridge.MDBridgeExtensionInterface - An interface that is used to extend the Market Data Bridge functionality