Laravel Configuration
Event Sourcing DDD CQRS Laravel
Configuration
loadAppNamespaces
Tells Ecotone, if should automatically load all namespaces defined for app
catalog
cacheConfiguration
Describes if Ecotone should cache configuration.
If true
, then Ecotone will cache all configurations this will increase application load time, but will results in slower feedback for the developer as cache will need to be removed on change
if false,
then Ecotone will not cache configuration this will decrease application load time, but will results in quicker feedback for the developer
namespaces
List of namespace prefixes, that Ecotone should look attributes for.
defaultSerializationMediaType
Describes default serialization type within application. If not configured default serialization will be application/x-php-serialized,
which is serialized PHP class.
defaultErrorChannel
defaultMemoryLimit
Provides default memory limit in megabytes for all asynchronous endpoints
defaultConnectionExceptionRetry
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
serviceName
skippedModulePackageNames
Skip list of given module package names (CheckModulePackageList
for available packages).
test
Should test mode be enabled, so MessagingTestSupport
can be used.
licenceKey
Provides access to Enterprise Feature of Ecotone.
Last updated
Was this helpful?