$rootCatalog
- Path to root catalog of the project
$container
- PSR compatible container
$useCachedVersion
- Should Ecotone use cached version of Ecotone Lite, if availabletrue
, then Ecotone will boot all endpoints during each request, so it can inform, if configuration is incorrect immediately, it provides fast feedback for the developer.
if false,
then Ecotone will not boot up any endpoints at each request, which will increase performance, but will results in slower feedback for the developer.application/x-php-serialized,
which is serialized PHP class.initialDelay
- delay after first retry in milliseconds
multiplier
- how much initialDelay should be multipled with each try
maxAttempts
- How many attemps should be done, before closing closing endpoint