Java org.springframework.integration.context IntegrationProperties fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.context IntegrationProperties fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.context IntegrationProperties.

The text is from its open source code.

Field

StringCHANNELS_AUTOCREATE
Specifies whether to allow create automatically org.springframework.integration.channel.DirectChannel beans for non-declared channels or not.
StringTASK_SCHEDULER_POOL_SIZE
Specifies the value of org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler#poolSize for the taskScheduler bean initialized by the Integration infrastructure.
StringREAD_ONLY_HEADERS
Specifies the value of org.springframework.integration.support.DefaultMessageBuilderFactory#readOnlyHeaders .

Method

StringgetExpressionFor(String key)
Build the bean property definition expression to resolve the value from Integration properties within the bean building phase.