Execute application code directly in the transport thread. Depending on the underlying transport, using a direct executor may lead to substantial performance improvements. However, it also requires the application to not block under any circumstances. Calling this method is semantically equi
()
| 59 | * @since 1.0.0 |
| 60 | */ |
| 61 | public abstract T directExecutor(); |
| 62 | |
| 63 | /** |
| 64 | * Provides a custom executor. |
no outgoing calls