public interface ExtensionConfig
| 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. |
Optional<Time> getDynamicConfigExpirationFrequency()
Time 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 fitTimeCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.