Ecotone
BlogGithubSupport and ContactCommunity Channel
Search
⌃K
Links
Business First
Installation
Examples - Demo
Tutorial
Modelling
Overview
CQRS
Extending Messaging
Event Sourcing
Document Store
Scheduling
Asynchronous Handling
Resiliency
Microservices
Testing Support
Messaging and Ecotone In Depth
Overview
Messaging concepts
Method Invocation And Conversion
Service (Application) Configuration
Contributing to Ecotone
How Ecotone works under the hood
Ecotone Run Time
Registering new Module Package
Demo Integration with SQS
Modules
Overview
Symfony Bundle
Laravel
Ecotone Lite
JMS Converter
RabbitMQ Support
DBAL Support
Amazon SQS Support
Redis Support
Other
Contact, Workshops and Support
Prooph Board - Remote Event Storming
Powered By GitBook

Ecotone Run Time

Phases

To increase application speed, Ecotone works in two phases.

Preparation Phase:

In preparation Phase Ecotone runs prepare method on each of Modules. The Configuration that is registered as a result is cached and is reused between executions.

Execution Phase:

Execution phase works on preconfigured Configuration by executing given messaging flow.
Previous
How Ecotone works under the hood
Next
Registering new Module Package
Last modified 9mo ago