@ConfigurationProperties(value="netty") public class NettyGlobalConfiguration extends Object
Constructor and Description |
---|
NettyGlobalConfiguration() |
Modifier and Type | Method and Description |
---|---|
io.netty.util.ResourceLeakDetector.Level |
getResourceLeakDetectorLevel()
Provides the value set for the resource leak detection.
|
void |
setResourceLeakDetectorLevel(io.netty.util.ResourceLeakDetector.Level resourceLeakDetectorLevel)
Sets the resource leak detection level.
|
public void setResourceLeakDetectorLevel(io.netty.util.ResourceLeakDetector.Level resourceLeakDetectorLevel)
resourceLeakDetectorLevel
- the resource leak detection level@Nullable public io.netty.util.ResourceLeakDetector.Level getResourceLeakDetectorLevel()