クラス AmqpBaseInboundChannelAdapterSpec<S extends AmqpBaseInboundChannelAdapterSpec<S>>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S,AmqpInboundChannelAdapter>
org.springframework.integration.dsl.MessageProducerSpec<S,AmqpInboundChannelAdapter>
org.springframework.integration.amqp.dsl.AmqpBaseInboundChannelAdapterSpec<S>
- 型パラメーター:
S
- ターゲットAmqpBaseInboundChannelAdapterSpec
実装型。
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<AmqpInboundChannelAdapter>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
- 既知の直属サブクラス
AmqpInboundChannelAdapterSpec
public class AmqpBaseInboundChannelAdapterSpec<S extends AmqpBaseInboundChannelAdapterSpec<S>>
extends MessageProducerSpec<S,AmqpInboundChannelAdapter>
- 導入:
- 5.0
- 作成者:
- Artem Bilan
フィールドのサマリー
フィールドクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明headerMapper
(AmqpHeaderMapper headerMapper) アダプターのAmqpHeaderMapper
を構成します。; デフォルトはDefaultAmqpHeaderMapper
です。mappedRequestHeaders
(StringSE... headers) デフォルトのヘッダーマッパーが使用されている場合にのみ適用されます。messageConverter
(MessageConverter messageConverter) アダプターのMessageConverter
を構成します。; デフォルトはSimpleMessageConverter
です。messageRecoverer
(MessageRecoverer messageRecoverer) アダプター内で再試行を使用する場合は、MessageRecoverer
を設定してください。recoveryCallback
(org.springframework.retry.RecoveryCallback<?> recoveryCallback) アダプター内で再試行を使用する場合は、RecoveryCallback
を設定します。retryTemplate
(org.springframework.retry.support.RetryTemplate retryTemplate) アダプター内でメッセージ配信を再試行するために使用するRetryTemplate
を設定します。クラス org.springframework.integration.dsl.MessageProducerSpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorMessageStrategy, id, observationConvention, outputChannel, outputChannel, phase, role, sendTimeout, shouldTrack
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
フィールドの詳細
headerMapper
コンストラクターの詳細
AmqpBaseInboundChannelAdapterSpec
メソッドの詳細
messageConverter
アダプターのMessageConverter
を構成します。; デフォルトはSimpleMessageConverter
です。- パラメーター:
messageConverter
- messageConverter。- 戻り値:
- スペック。
- 関連事項:
headerMapper
アダプターのAmqpHeaderMapper
を構成します。; デフォルトはDefaultAmqpHeaderMapper
です。- パラメーター:
headerMapper
- headerMapper。- 戻り値:
- スペック。
mappedRequestHeaders
retryTemplate
アダプター内でメッセージ配信を再試行するために使用するRetryTemplate
を設定します。- パラメーター:
retryTemplate
- テンプレート。- 戻り値:
- スペック。
- 導入:
- 5.0.2
- 関連事項:
recoveryCallback
アダプター内で再試行を使用する場合は、RecoveryCallback
を設定します。- パラメーター:
recoveryCallback
- コールバック。- 戻り値:
- スペック。
- 導入:
- 5.0.2
- 関連事項:
messageRecoverer
アダプター内で再試行を使用する場合は、MessageRecoverer
を設定してください。- パラメーター:
messageRecoverer
- コールバック。- 戻り値:
- スペック。
- 導入:
- 5.5
- 関連事項: