Capital Markets Adapters 10.3.1 | Apama Capital Markets Adapters Documentation 10.3.1 | kdb+ Adapter | Service monitors and injection order
 
Service monitors and injection order
The following standard service monitors should be injected before any kdbplus adapter service monitors are injected:
${APAMA_HOME}/monitors/StatusSupport.mon

${APAMA_HOME}/adapters/monitors/IAFStatusManager.mon

${APAMA_HOME}/monitors/data_storage/MemoryStore.mon
The following service monitors are supplied with the kdbplus adapter and should be injected in this order:
Name
Description
DatabaseSupport.mon
Provides event definitions for Database blocks and services.
kdbplus_AdapterEvents.mon
Defines the events that are required
kdbplus_DatabaseSupport.mon
Extends the standard com.apama.db inteface with KDB Execute and ExecuteResult events
kdbplus_ConfigEvents.mon
Session configuration Event
kdbplus_IAFEvents.mon
IAF related events
kdbplus_StatusPublisher.mon
Status Publisher
kdbplus_SessionManager.mon
Session Manager
kdbplus_BlockInterface.mon
Exposes the basic storage/retrieval functionality via the com.apama.db.* and com.apamax.db.* event interfaces.