| Package | Description |
|---|---|
| com.thoughtworks.proxy.toys.multicast |
A toy to perform a single call on multiple objects and manage the
results.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Multicasting.MulticastingWith<T> |
Multicasting.proxy(java.lang.Class<T> primaryType,
java.lang.Class<?>... types)
Creates a factory for proxy instances delegating a call to multiple objects and managing the individual results.
|