クラス IntegrationConfigUtils
java.lang.ObjectSE
org.springframework.integration.config.IntegrationConfigUtils
public final class IntegrationConfigUtils extends ObjectSE
統合構成の共有ユーティリティメソッド。
- 導入:
- 4.0
- 作成者:
- Artem Bilan
フィールドのサマリー
フィールド 修飾子と型 フィールド 説明 static StringSEBASE_PACKAGE使用すべきではありません。static StringSEHANDLER_ALIAS_SUFFIXメソッドのサマリー
修飾子と型 メソッド 説明 static voidautoCreateDirectChannel(StringSE channelName, BeanDefinitionRegistry registry)static voidregisterSpelFunctionBean(BeanDefinitionRegistry registry, StringSE functionId, ClassSE<?> aClass, StringSE methodSignature)提供されたメソッドシグネチャーのSpelFunctionFactoryBeanを登録します。static voidregisterSpelFunctionBean(BeanDefinitionRegistry registry, StringSE functionId, StringSE className, StringSE methodSignature)
フィールドの詳細
BASE_PACKAGE
使用すべきではありません。- 関連事項:
- 定数フィールド値
HANDLER_ALIAS_SUFFIX
- 関連事項:
- 定数フィールド値
メソッドの詳細
registerSpelFunctionBean
public static void registerSpelFunctionBean(BeanDefinitionRegistry registry, StringSE functionId, StringSE className, StringSE methodSignature)registerSpelFunctionBean
public static void registerSpelFunctionBean(BeanDefinitionRegistry registry, StringSE functionId, ClassSE<?> aClass, StringSE methodSignature)提供されたメソッドシグネチャーのSpelFunctionFactoryBeanを登録します。- パラメーター:
registry- 登録する Bean のレジストリfunctionId- Bean 名aClass- 関数のクラスmethodSignature- SpEL から呼び出される関数メソッド- 導入:
- 5.5
autoCreateDirectChannel