| Interface | Description |
|---|---|
| CorrelationInfo |
Provides message correlation information.
|
| Literal<T> |
A parameter type which allows to get values as they were provided in the DSL, preventing the runtime from resolving expressions
or applying any transformations.
|
| ParameterResolver<T> |
A parameter type that gives the capability of:
Get the configured expression: With
ParameterResolver.getExpression() returns the possible expression used to resolve the
parameter value
Differ the resolution: Using ParameterResolver.resolve() resolves the parameter value of type T
|
| Enum | Description |
|---|---|
| HttpParameterPlacement |
Describes the possible placements a parameter can have inside a HTTP request
|
| OutboundCorrelationStrategy |
Lists the possible strategies to determine the correlation id that should be sent on an outbound operation which supports
correlation.
|
Copyright © 2022. All rights reserved.