| 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 Multicasting.MulticastingBuild<Multicast> |
Multicasting.proxy(java.lang.Object... targets)
Creates a factory for proxy instances delegating a call to multiple objects and managing the individual results.
|