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(Class<T> primaryType,
Class<?>... types)
Creates a factory for proxy instances delegating a call to multiple objects and managing the individual results.
|
Copyright © 2005–2022 Codehaus. All rights reserved.