org.mule.api.execution
Interface ExecutionCallback<T>

Type Parameters:
T - type of the return value of the processing execution
All Known Implementing Classes:
MessageProcessingCallback, TransactedPollingMessageReceiver.MessageProcessorWorker

public interface ExecutionCallback<T>

Callback with logic to execute within a controlled environment provided by ExecutionTemplate


Method Summary
 T process()
           
 

Method Detail

process

T process()
          throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.