public static class Failover.FailoverBuild<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
private |
FailoverBuild(Failover<T> failover) |
| Modifier and Type | Method and Description |
|---|---|
T |
build(ProxyFactory proxyFactory)
Create a proxy of a specific types with failover capability using the given objects.
|
public T build(ProxyFactory proxyFactory)
proxyFactory - the ProxyFactory to use