Package | Description |
---|---|
org.apache.qpid.client.failover |
Modifier and Type | Class and Description |
---|---|
class |
FailoverNoopSupport<T,E extends Exception>
FailoverNoopSupport is a
FailoverSupport implementation that does not really provide any failover support
at all. |
class |
FailoverRetrySupport<T,E extends Exception>
FailoverRetrySupport is a continuation that wraps another continuation, delaying its execution until it is notified
that a blocking condition has been met, and executing the continuation within a mutex.
|
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.