new WorkerExecutor()
An executor for executing blocking code in Vert.x .
- Source:
Methods
close()
Close the executor.
- Source:
executeBlocking(blockingCodeHandler, resultHandler)
Like WorkerExecutor#executeBlocking called with ordered = true.
Parameters:
| Name | Type | Description |
|---|---|---|
blockingCodeHandler |
function | |
resultHandler |
function |
- Source:
isMetricsEnabled() → {boolean}
Whether the metrics are enabled for this measured object
- Source:
Returns:
true if metrics are enabled
- Type
- boolean