Home / Function/ shutdownGracefully() — netty Function Reference

shutdownGracefully() — netty Function Reference

Architecture documentation for the shutdownGracefully() function in UnorderedThreadPoolEventExecutor.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  4ea031d0_c36d_1b7c_9551_7b39b95d6917["shutdownGracefully()"]
  48f73ddf_b07e_3c84_4ff2_45337f074acc["UnorderedThreadPoolEventExecutor"]
  4ea031d0_c36d_1b7c_9551_7b39b95d6917 -->|defined in| 48f73ddf_b07e_3c84_4ff2_45337f074acc
  10b22d01_8107_13c2_7afb_bfd880c9b4c0["shutdown()"]
  4ea031d0_c36d_1b7c_9551_7b39b95d6917 -->|calls| 10b22d01_8107_13c2_7afb_bfd880c9b4c0
  63227d78_e81d_8594_f82f_93664bb9476e["terminationFuture()"]
  4ea031d0_c36d_1b7c_9551_7b39b95d6917 -->|calls| 63227d78_e81d_8594_f82f_93664bb9476e
  style 4ea031d0_c36d_1b7c_9551_7b39b95d6917 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/concurrent/UnorderedThreadPoolEventExecutor.java lines 150–153

    @Override
    public Future<?> shutdownGracefully() {
        return shutdownGracefully(2, 15, TimeUnit.SECONDS);
    }

Domain

Subdomains

Frequently Asked Questions

What does shutdownGracefully() do?
shutdownGracefully() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/UnorderedThreadPoolEventExecutor.java.
Where is shutdownGracefully() defined?
shutdownGracefully() is defined in common/src/main/java/io/netty/util/concurrent/UnorderedThreadPoolEventExecutor.java at line 150.
What does shutdownGracefully() call?
shutdownGracefully() calls 2 function(s): shutdown, terminationFuture.

Analyze Your Own Codebase

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

Try Supermodel Free