org.mule.api.exception
Interface RollbackSourceCallback


public interface RollbackSourceCallback

This is used to provide a rollback method in order to achieve atomic message delivery without relying on JTA transactions, The exact behavior of this method will depend on the transport, e.g. it may send a negative ack, reset a semaphore, put the resource back in its original state/location, etc.


Method Summary
 void rollback()
           
 

Method Detail

rollback

void rollback()


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