com.apama.adapters
Event ConfigureIAFStatusManager


Configure an IAFStatusManager.

Send this event to a correlator with an IAFStatusManager on the default channel to set the timeout parameters for either all new connections or an existing adapter connection by name.
Member summary
 floatpingIntervalSecs

The period in seconds that heartbeat pings will be sent to the adapter.
 integertimeoutMissedPings

The number of missed pings before the adapter will be considered to be down.
 stringadapterName

The name of the adapter to configure. Set to blank to configure the defaults for new adapter connections.
 
Member detail

adapterName

            string adapterName
        
The name of the adapter to configure. Set to blank to configure the defaults for new adapter connections.

pingIntervalSecs

            float pingIntervalSecs
        
The period in seconds that heartbeat pings will be sent to the adapter.

Default: 5.0

timeoutMissedPings

            integer timeoutMissedPings
        
The number of missed pings before the adapter will be considered to be down.

Default: 3