public static class NettyHttpClientConfig.SdkEventLoopGroupConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
OptionalInt |
numberOfThreads
Number of threads to use for the event loop group.
|
boolean |
override
Enable the custom configuration of the Netty event loop group.
|
Optional<String> |
threadNamePrefix
The thread name prefix for threads created by this thread factory used by event loop group.
|
| Constructor and Description |
|---|
SdkEventLoopGroupConfig() |
@ConfigItem public boolean override
@ConfigItem public OptionalInt numberOfThreads
If not set, the default Netty thread count is used (which is double the number of available processors unless the `io.netty.eventLoopThreads` system property is set.
@ConfigItem public Optional<String> threadNamePrefix
The prefix will be appended with a number unique to the thread factory and a number unique to the thread.
If not specified it defaults to `aws-java-sdk-NettyEventLoop`
Copyright © 2020 JBoss by Red Hat. All rights reserved.