For the complete documentation index, see llms.txt. This page is also available as Markdown.

Method Invocation And Conversion

Method invocation and message conversion in Ecotone PHP

Ecotone resolves handler arguments, payload types, and headers through a unified method-invocation pipeline. Conversion turns serialized payloads (JSON, XML, or framework-native formats) into the PHP types your handler signatures declare — and back again when messages cross channel boundaries.

Method InvocationConversion

Last updated

Was this helpful?