com.apama.adapters
Event AdapterUp


Notifies registered clients that the specified adapter process is running.
Member summary
 stringadapterName

The identifier used to refer to this transport and codec pair when registering, deregistering or monitoring adapter status.
 floatlatency

The difference (in seconds) between the time a request for status was sent from the IAFStatusManager to the IAF and the time the response was received.
 dictionary<stringstring>codecStatus

Information about the codec's status, which may including version and connection information. Standard keys are VERSION, CONFIG_VERSION, and CONNECTION (or in the case of multiple connections, keys of the form CONNECTION_connectionName).
 dictionary<stringstring>transportStatus

Information about the transport's status, which may including version and connection information. Standard keys are VERSION, CONFIG_VERSION, and CONNECTION (or in the case of multiple connections, keys of the form CONNECTION_connectionName).
 
Member detail

adapterName

            string adapterName
        
The identifier used to refer to this transport and codec pair when registering, deregistering or monitoring adapter status.

codecStatus

            dictionary<stringstringcodecStatus
        
Information about the codec's status, which may including version and connection information. Standard keys are VERSION, CONFIG_VERSION, and CONNECTION (or in the case of multiple connections, keys of the form CONNECTION_connectionName).

latency

            float latency
        
The difference (in seconds) between the time a request for status was sent from the IAFStatusManager to the IAF and the time the response was received.

transportStatus

            dictionary<stringstringtransportStatus
        
Information about the transport's status, which may including version and connection information. Standard keys are VERSION, CONFIG_VERSION, and CONNECTION (or in the case of multiple connections, keys of the form CONNECTION_connectionName).