Home / Function/ shutdownGracefully() — netty Function Reference

shutdownGracefully() — netty Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  817c8cdd_038c_e049_c910_fd52454e0e8d["shutdownGracefully()"]
  81d07548_dddc_778a_e8ce_7f196ee57341["RejectingEventExecutor"]
  817c8cdd_038c_e049_c910_fd52454e0e8d -->|defined in| 81d07548_dddc_778a_e8ce_7f196ee57341
  ddc20803_8c6f_f526_ad36_f7ff701a4bb8["testNoStackOverflowWithDefaultEventExecutorA()"]
  ddc20803_8c6f_f526_ad36_f7ff701a4bb8 -->|calls| 817c8cdd_038c_e049_c910_fd52454e0e8d
  7ac44f09_fa8d_0c8a_bba0_0c0e7d19cb15["testNoStackOverflowWithDefaultEventExecutorB()"]
  7ac44f09_fa8d_0c8a_bba0_0c0e7d19cb15 -->|calls| 817c8cdd_038c_e049_c910_fd52454e0e8d
  c612de75_f6bf_0f75_a599_8ca8ad753c40["testListenerNotifyOrder()"]
  c612de75_f6bf_0f75_a599_8ca8ad753c40 -->|calls| 817c8cdd_038c_e049_c910_fd52454e0e8d
  ea2f93e5_1dcf_ff20_72e8_f85b2caaaeaf["testSignalRace()"]
  ea2f93e5_1dcf_ff20_72e8_f85b2caaaeaf -->|calls| 817c8cdd_038c_e049_c910_fd52454e0e8d
  a66b597f_459e_5427_d392_ad3ba06bd7e9["testLateListenerIsOrderedCorrectly()"]
  a66b597f_459e_5427_d392_ad3ba06bd7e9 -->|calls| 817c8cdd_038c_e049_c910_fd52454e0e8d
  4df87115_ef36_cd77_cec7_5ef05afe4c3b["testListenerNotifyLater()"]
  4df87115_ef36_cd77_cec7_5ef05afe4c3b -->|calls| 817c8cdd_038c_e049_c910_fd52454e0e8d
  style 817c8cdd_038c_e049_c910_fd52454e0e8d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java lines 79–82

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

Domain

Subdomains

Frequently Asked Questions

What does shutdownGracefully() do?
shutdownGracefully() is a function in the netty codebase, defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java.
Where is shutdownGracefully() defined?
shutdownGracefully() is defined in common/src/test/java/io/netty/util/concurrent/DefaultPromiseTest.java at line 79.
What calls shutdownGracefully()?
shutdownGracefully() is called by 6 function(s): testLateListenerIsOrderedCorrectly, testListenerNotifyLater, testListenerNotifyOrder, testNoStackOverflowWithDefaultEventExecutorA, testNoStackOverflowWithDefaultEventExecutorB, testSignalRace.

Analyze Your Own Codebase

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

Try Supermodel Free