Home / Type/ EventLoopTaskQueueFactory Type — netty Architecture

EventLoopTaskQueueFactory Type — netty Architecture

Architecture documentation for the EventLoopTaskQueueFactory type/interface in EventLoopTaskQueueFactory.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  f794b2e9_b1dc_8cb0_2297_da009270d79e["EventLoopTaskQueueFactory"]
  cab48cb7_efbf_16ea_e9c1_52bc0aff146d["EventLoopTaskQueueFactory.java"]
  f794b2e9_b1dc_8cb0_2297_da009270d79e -->|defined in| cab48cb7_efbf_16ea_e9c1_52bc0aff146d
  style f794b2e9_b1dc_8cb0_2297_da009270d79e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport/src/main/java/io/netty/channel/EventLoopTaskQueueFactory.java lines 28–38

@Deprecated
public interface EventLoopTaskQueueFactory {

    /**
     * Returns a new {@link Queue} to use.
     * @param maxCapacity the maximum amount of elements that can be stored in the {@link Queue} at a given point
     *                    in time.
     * @return the new queue.
     */
    Queue<Runnable> newTaskQueue(int maxCapacity);
}

Frequently Asked Questions

What is the EventLoopTaskQueueFactory type?
EventLoopTaskQueueFactory is a type/interface in the netty codebase, defined in transport/src/main/java/io/netty/channel/EventLoopTaskQueueFactory.java.
Where is EventLoopTaskQueueFactory defined?
EventLoopTaskQueueFactory is defined in transport/src/main/java/io/netty/channel/EventLoopTaskQueueFactory.java at line 28.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free