Checks if the Processor is in async state. @return true if the Processor state is async, otherwise false
()
| 64 | * @return {@code true} if the Processor state is async, otherwise {@code false} |
| 65 | */ |
| 66 | boolean isAsync(); |
| 67 | |
| 68 | /** |
| 69 | * Check this processor to see if the timeout has expired and process a timeout if that is that case. |
no outgoing calls
no test coverage detected