public abstract class AbstractToolingRequest extends Object
ToolingArtifact operations.| Constructor and Description |
|---|
AbstractToolingRequest() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
checkArgument(boolean expression,
Object errorMessage) |
long |
getRequestTimeout() |
void |
setRequestTimeout(long requestTimeout)
Sets the timeout in milliseconds for the request to be executed, if operation is not completed before timeout is reached a
TimeoutException is thrown by the operation. |
public void setRequestTimeout(long requestTimeout)
TimeoutException is thrown by the operation. Default value is 0 (infinity).requestTimeout - public long getRequestTimeout()
TimeoutException is thrown by the operation. Default value is 0 (infinity).protected static void checkArgument(boolean expression,
Object errorMessage)
Copyright © 2018 MuleSoft, Inc.. All rights reserved.