Package | Description |
---|---|
com.thoughtworks.proxy.toys.failover |
A toy to handle failover situations.
|
Modifier and Type | Method and Description |
---|---|
static <T> Failover.FailoverWithOrExceptingOrBuild<T> |
Failover.proxy(Class<T> type)
Creates a factory for proxy instances handling failover situations.
|
static <T> Failover.FailoverWithOrExceptingOrBuild<T> |
Failover.proxy(Class<T> primaryType,
Class<?>... types)
Creates a factory for proxy instances handling failover situations.
|
Copyright © 2005–2024 Codehaus. All rights reserved.