public interface FailoverSupport<T,E extends Exception>
TODO Continuation, extend some sort of re-usable Continuation interface, which might look very like this one.
Modifier and Type | Method and Description |
---|---|
T |
execute()
Delegates to another continuation which is to be provided with fail-over handling.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.