RIB Adapter Type ( Time driven / Request driven )
Hello,
Would like to understand the timer driven and request driven adapters type.
As per the name it clear that timer driven are time-based polling adapters and request based are upon request message is pulled.
1) When do we use request driven, I see RIB-FILEIO publishers are suggested to configure Request driven, why is it so?
2) <request-driven id="XItem_pub_1" initialState="notConfigurable" /> -- Does this request driven configuration do not populate Check box control for Adapters ?
Example for Timer driven
<timer-driven id="Alloc_pub_1" initialState="stopped" timeDelay="10" >
<timer-task>
<class name="com.retek.rib.app.getnext.impl.GetNextTimerTaskImpl"/>
<property name="maxChannelNumber" value="1" />