Hi,

Maybe that was another all Swiz interface from 0.6.4 version?
I don't recoginize it.
Maybe "IInitializing" is the newer one for what I can see in the setUpBean
code:

if( obj is ICruxAware )
ICruxAware( obj ).crux = crux;
if( obj is IBeanFactoryAware )
IBeanFactoryAware( obj ).beanFactory = crux.beanFactory;
if( obj is IDispatcherAware )
IDispatcherAware( obj ).dispatcher = crux.dispatcher;
if( obj is IInitializing )
IInitializing( obj ).afterPropertiesSet();

Another one I used to implement was ICruxAware



El jue., 1 oct. 2020 a las 10:16, Nallathambi, Varunkumar (<
[email protected]>) escribió:

> Hi ,
>                 Do we have any interface to initialize the bean in crux
> like IInitializingBean. In our Swiz application we are using this. Need the
> alternative interface for the same in crux.
>
> Regards,
> Varunkumar N
>
>

-- 
Carlos Rovira
http://about.me/carlosrovira

Reply via email to