T - The type of the object to be returned by the task.public abstract class AbstractRpcTask<T> extends AbstractTxTask<T>
TxTask used to implement
RPC task.| Constructor and Description |
|---|
AbstractRpcTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
needErrorLog(Throwable t)
Determine whether the transaction queue should log the given error
or not.
|
addBackgroundTask, execute, execute, getBackgroundTasks, getMaxRetry, onFailure, onSuccesspublic boolean needErrorLog(Throwable t)
This method returns false if a
VTNException is passed and
it seems to be caused by a bad request.
Copyright © 2018 OpenDaylight. All rights reserved.