org.mule.api.retry
Interface RetryNotifier

All Known Implementing Classes:
ConnectNotifier, ConnectNotifier

public interface RetryNotifier

The RetryNotifier interface is a callback that allows actions to be performed after each retry. For example, when retrying connections Mule will fire server notification events on success or failure.


Method Summary
 void failed(RetryContext context, Throwable e)
           
 void sucess(RetryContext context)
           
 

Method Detail

sucess

void sucess(RetryContext context)

failed

void failed(RetryContext context,
            Throwable e)


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.