| Interface | Description |
|---|---|
| Describer |
Every Extension must ship with one implementation of this interface
which has to be discoverable through standard SPI and have a default constructor.
|
| DescribingContext |
Used for propagating state across all the components
that may take part on the describing of an
Extension
and its DescriberPostProcessors
Once the Describer finishes applying its logic,
it will propagate this context through all the found
DescriberPostProcessors, which means that any
side effects applied by any of the before mentioned will be visible by the next ones. |
Copyright © 2015 MuleSoft, Inc.. All rights reserved.