Uses of Interface
org.apache.qpid.client.failover.FailoverSupport

Packages that use FailoverSupport
org.apache.qpid.client.failover   
 

Uses of FailoverSupport in org.apache.qpid.client.failover
 

Classes in org.apache.qpid.client.failover that implement FailoverSupport
 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.
 



Licensed to the Apache Software Foundation