Java io.netty.util.concurrent UnorderedThreadPoolEventExecutor fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util.concurrent UnorderedThreadPoolEventExecutor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util.concurrent UnorderedThreadPoolEventExecutor.

The text is from its open source code.

Constructor

UnorderedThreadPoolEventExecutor(int corePoolSize, ThreadFactory threadFactory, RejectedExecutionHandler handler)
See ScheduledThreadPoolExecutor#ScheduledThreadPoolExecutor(int,ThreadFactory,RejectedExecutionHandler)