public interface Wire
| Modifier and Type | Method and Description |
|---|---|
void |
addInvocationChain(InvocationChain chain)
Adds the invocation chain associated with the given operation
|
java.util.List<InvocationChain> |
getInvocationChains()
Returns the collection of invocation chains for the wire.
|
void addInvocationChain(InvocationChain chain)
chain - the invocation chainjava.util.List<InvocationChain> getInvocationChains()