transform

inline fun <P> transform(crossinline function: (P) -> Any)

Inline function for IntegrationFlowDefinition.transform providing a transform<MyTypeIn, MyTypeOut>() variant with reified generic type.


fun transform(transformer: Transformer)

Populate the Transformer EI Pattern specific MessageHandler implementation for the provided Transformer instance.

Since

6.2


fun transform(expression: String)

Populate the Transformer EI Pattern specific MessageHandler implementation for the SpEL Expression.

Since

6.2


fun transform(service: Any, methodName: String? = null)

Populate the MessageTransformingHandler for the MethodInvokingTransformer to invoke the service method at runtime.


fun transform(messageProcessorSpec: MessageProcessorSpec<*>)

Populate the MessageTransformingHandler instance for the org.springframework.integration.handler.MessageProcessor from provided MessageProcessorSpec.

Since

6.2