public final class DefaultExtensionConfig extends Object implements ExtensionConfig
ExtensionConfig| Constructor and Description |
|---|
DefaultExtensionConfig() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Time> |
getDynamicConfigExpirationFrequency()
Returns the maximum amount of
Time that a dynamic config instance can remain idle before it should be expired. |
void |
setDynamicConfigExpirationFrequency(Time dynamicConfigExpirationFrequency) |
public Optional<Time> getDynamicConfigExpirationFrequency()
ExtensionConfigTime that a dynamic config instance can remain idle before it should be expired. This
does not mean that the instance will be expired exactly after that given amount of Time. The platform remains free to
perform the actual expiration at the frequency it sees fitgetDynamicConfigExpirationFrequency in interface ExtensionConfigTimepublic void setDynamicConfigExpirationFrequency(Time dynamicConfigExpirationFrequency)
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.