Refactored FileWritingMessageHandlerFactoryBean

Brought FileWritingMessageHandlerFactoryBean into the hierarchy of AbstractSimpleMessageHandlerFactoryBean
This commit is contained in:
Oleg Zhurakousky
2011-10-18 15:58:05 -04:00
committed by Mark Fisher
parent 45da602837
commit 5a9a21bcee
5 changed files with 46 additions and 108 deletions

View File

@@ -38,7 +38,7 @@ import org.springframework.util.CustomizableThreadCreator;
* @author Mark Fisher
* @since 2.0
*/
public class GroovyControlBusFactoryBean extends AbstractSimpleMessageHandlerFactoryBean {
public class GroovyControlBusFactoryBean extends AbstractSimpleMessageHandlerFactoryBean<MessageHandler> {
private volatile Long sendTimeout;