org.apache.camel.guice.support
Interface CloseTask


public interface CloseTask

Some task which may throw an exception

Version:

Method Summary
 Object getSource()
           
 void perform()
           
 

Method Detail

getSource

Object getSource()

perform

void perform()
             throws Exception
Throws:
Exception


Apache Camel