The documentation doesn't give any details on the different types of executors available. What I want is to have an executor that's based on a configurable thread pool, much like the MemoryAwareThreadPoolExecutor that was in netty 3.
How would I do that?