What is the equivalent of this bean definition, which can be used with Java based container configuration?
I want to use zero xml configuration to define spring beans to make use of obfuscation.Code:<outbound-channel-adapter channel="myChannel" ref="handler"> <poller> <interval-trigger interval="180000"/> </poller> </outbound-channel-adapter>
thks!


Reply With Quote
