public final class ExecutionTypeDeclarationEnricher extends Object implements DeclarationEnricher
ExecutionType on all operations which didn't explicitly
set one. This is done by doing a best guess with the following rules:
ExecutionType.BLOCKINGExecutionType.CPU_LITEExecutionType.CPU_LITEExecutionType.CPU_INTENSIVE,
the user needs to hint that manually.| Constructor and Description |
|---|
ExecutionTypeDeclarationEnricher() |
| Modifier and Type | Method and Description |
|---|---|
void |
enrich(ExtensionLoadingContext extensionLoadingContext)
Enriches the descriptor provided in the given
extensionLoadingContext. |
public void enrich(ExtensionLoadingContext extensionLoadingContext)
DeclarationEnricherextensionLoadingContext.enrich in interface DeclarationEnricherextensionLoadingContext - a ExtensionLoadingContextCopyright © 2017 MuleSoft, Inc.. All rights reserved.