setSuccess() — netty Function Reference
Architecture documentation for the setSuccess() function in PromiseTask.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 7737134d_59b1_0417_17eb_6751e6c84c2a["setSuccess()"] a3a671b9_b63f_8fe8_5aaa_f5dbcafe605f["PromiseTask"] 7737134d_59b1_0417_17eb_6751e6c84c2a -->|defined in| a3a671b9_b63f_8fe8_5aaa_f5dbcafe605f 450f0470_89cf_4783_a385_794de610e2f8["setSuccessInternal()"] 450f0470_89cf_4783_a385_794de610e2f8 -->|calls| 7737134d_59b1_0417_17eb_6751e6c84c2a style 7737134d_59b1_0417_17eb_6751e6c84c2a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
common/src/main/java/io/netty/util/concurrent/PromiseTask.java lines 145–148
@Override
public final Promise<V> setSuccess(V result) {
throw new IllegalStateException();
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does setSuccess() do?
setSuccess() is a function in the netty codebase, defined in common/src/main/java/io/netty/util/concurrent/PromiseTask.java.
Where is setSuccess() defined?
setSuccess() is defined in common/src/main/java/io/netty/util/concurrent/PromiseTask.java at line 145.
What calls setSuccess()?
setSuccess() is called by 1 function(s): setSuccessInternal.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free