| Interface | Description |
|---|---|
| ConfigurationInstance |
Just like the
ConfigurationModel class provides introspection on a configuration's
structure and parameters, this concept provides an abstraction on an actual configuration instance
which was declared and instantiated. |
| ConfigurationProvider |
A component responsible for providing instances which are realizations of a given
ConfigurationModel. |
| ConfigurationStats |
Usage statistics about a
ConfigurationInstance. |
| Expirable |
An entity which expires based on a
ExpirationPolicy |
| ExpirableConfigurationProvider |
A specialization of the
ConfigurationProvider interface which adds
the concept of expiration. |
| ExpirationPolicy |
A policy around when should a given instances be expired
Notice that this contract is not directly tied to the instance to be expired itself.
|
| InterceptorFactory |
Creates new instances of
Interceptor. |
| MessageHandler<Payload,A extends org.mule.runtime.api.message.Attributes> |
Handles the processing of a
Message and notifies the result
of such process using a CompletionHandler. |
| RetryRequest |
Requests the runtime to retry the execution of a failing operation.
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.