| Modifier and Type | Method and Description |
|---|---|
default ReactiveProcessor.ProcessingType |
Component.getProcessingType() |
| Modifier and Type | Method and Description |
|---|---|
default ReactiveProcessor.ProcessingType |
ReactiveProcessor.getProcessingType()
In order for Mule to determine the best way to execute different processors based on the chosen
ProcessingStrategy it
needs to know the type of work the message processor will be performing and if it is BLOCKING,
CPU_INTENSIVE intensive or neither (CPU_LITE). |
static ReactiveProcessor.ProcessingType |
ReactiveProcessor.ProcessingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReactiveProcessor.ProcessingType[] |
ReactiveProcessor.ProcessingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default ReactiveProcessor.ProcessingType |
Converter.getProcessingType() |
default ReactiveProcessor.ProcessingType |
Transformer.getProcessingType() |
| Modifier and Type | Method and Description |
|---|---|
ReactiveProcessor.ProcessingType |
AbstractAsyncRequestReplyRequester.getProcessingType() |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.