T
- Options typepublic class NvpUpdateCallable<T extends Options> extends RemoteUpdateCallable<T>
Constructor and Description |
---|
NvpUpdateCallable(UpdateRequest update,
Runner<T> runner,
T options,
Map<String,List<String>> nvps)
Creates a new callable
|
Modifier and Type | Method and Description |
---|---|
protected void |
customizeRequest(UpdateProcessor processor)
Provides derived implementations the option to customize the update
processor before actually executing the update e.g.
|
getUpdate
createUpdateProcessor
call
cancel, getOptions, getRunner, isCancelled
protected void customizeRequest(UpdateProcessor processor)
AbstractUpdateCallable
The default implementation does nothing.
customizeRequest
in class AbstractUpdateCallable<T extends Options>
processor
- Update processorCopyright © 2015. All rights reserved.