public static interface BuildChooserContext.ContextCallable<P,T> extends Serializable
| Modifier and Type | Method and Description |
|---|---|
T |
invoke(P param,
hudson.remoting.VirtualChannel channel)
Performs the computational task on the node where the data is located.
|
T invoke(P param, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
All the exceptions are forwarded to the caller.
param - Context object.channel - The "back pointer" of the Channel that represents the communication
with the node from where the code was sent.IOException - on input or output errorInterruptedException - when interruptedCopyright © 2007–2021. All rights reserved.