Home / Function/ shutdownGracefully() — netty Function Reference

shutdownGracefully() — netty Function Reference

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

Function java CommonUtil Concurrent calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  f6942c13_6767_70e4_9a2f_28ceb3532ddc["shutdownGracefully()"]
  0a6a7b0f_e4f7_262e_c01d_c793011590ee["NonStickyOrderedEventExecutor"]
  f6942c13_6767_70e4_9a2f_28ceb3532ddc -->|defined in| 0a6a7b0f_e4f7_262e_c01d_c793011590ee
  98cb20e8_be01_2513_6e71_906f9e159465["shutdownGracefully()"]
  98cb20e8_be01_2513_6e71_906f9e159465 -->|calls| f6942c13_6767_70e4_9a2f_28ceb3532ddc
  98cb20e8_be01_2513_6e71_906f9e159465["shutdownGracefully()"]
  f6942c13_6767_70e4_9a2f_28ceb3532ddc -->|calls| 98cb20e8_be01_2513_6e71_906f9e159465
  style f6942c13_6767_70e4_9a2f_28ceb3532ddc fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/main/java/io/netty/util/concurrent/NonStickyEventExecutorGroup.java lines 306–309

        @Override
        public Future<?> shutdownGracefully(long quietPeriod, long timeout, TimeUnit unit) {
            return executor.shutdownGracefully(quietPeriod, timeout, unit);
        }

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/NonStickyEventExecutorGroup.java.
Where is shutdownGracefully() defined?
shutdownGracefully() is defined in common/src/main/java/io/netty/util/concurrent/NonStickyEventExecutorGroup.java at line 306.
What does shutdownGracefully() call?
shutdownGracefully() calls 1 function(s): shutdownGracefully.
What calls shutdownGracefully()?
shutdownGracefully() is called by 1 function(s): shutdownGracefully.

Analyze Your Own Codebase

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

Try Supermodel Free