public class AddressResolverConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
cacheMaxTimeToLive
The maximum amount of time in seconds that a successfully resolved address will be cached.
|
int |
cacheMinTimeToLive
The minimum amount of time in seconds that a successfully resolved address will be cached.
|
int |
cacheNegativeTimeToLive
The amount of time in seconds that an unsuccessful attempt to resolve an address will be cached.
|
| Constructor and Description |
|---|
AddressResolverConfiguration() |
@ConfigItem(defaultValue="2147483647") public int cacheMaxTimeToLive
If not set explicitly, resolved addresses may be cached forever.
@ConfigItem(defaultValue="0") public int cacheMinTimeToLive
@ConfigItem(defaultValue="0") public int cacheNegativeTimeToLive
Copyright © 2021 JBoss by Red Hat. All rights reserved.