com.netflix.astyanax
Interface ExceptionCallback


public interface ExceptionCallback

ExceptionCallback is used in situation where it is not possible to return a checked exception, such as when implementing a custom iterator. The callback implementation

Author:
elandau

Method Summary
 boolean onException(ConnectionException e)
           
 

Method Detail

onException

boolean onException(ConnectionException e)
Parameters:
e -
Returns:
true to retry or false to end the iteration


Copyright © 2012. All Rights Reserved.