クラス AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S, AmqpInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<S, AmqpInboundGateway>
org.springframework.integration.amqp.dsl.AmqpBaseInboundGatewaySpec<S>
- 型パラメーター:
S
- ターゲットAmqpBaseInboundGatewaySpec
実装型。
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<AmqpInboundGateway>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
- 既知の直属サブクラス
AmqpInboundGatewaySpec
public class AmqpBaseInboundGatewaySpec<S extends AmqpBaseInboundGatewaySpec<S>>
extends MessagingGatewaySpec<S, AmqpInboundGateway>
- 導入:
- 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
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明batchingStrategy
(BatchingStrategy batchingStrategy) メッセージをバッチ解除するときに使用するバッチ処理戦略を設定します。bindSourceMessage
(boolean bindSourceMessage) true に設定すると、ヘッダーのソースメッセージがバインドされます。defaultReplyTo
(StringSE defaultReplyTo) 次の形式のdefaultReplyTo
アドレスheaderMapper
(AmqpHeaderMapper headerMapper) ゲートウェイのAmqpHeaderMapper
を構成します。; デフォルトはDefaultAmqpHeaderMapper
です。mappedReplyHeaders
(StringSE... headers) デフォルトのヘッダーマッパーが使用されている場合にのみ適用されます。mappedRequestHeaders
(StringSE... headers) デフォルトのヘッダーマッパーが使用されている場合にのみ適用されます。messageConverter
(MessageConverter messageConverter) ゲートウェイのMessageConverter
を構成します。; デフォルトはSimpleMessageConverter
です。messageRecoverer
(MessageRecoverer messageRecoverer) アダプター内で再試行を使用する場合は、MessageRecoverer
を設定してください。recoveryCallback
(org.springframework.retry.RecoveryCallback<?> recoveryCallback) アダプター内で再試行を使用する場合は、RecoveryCallback
を設定します。replyHeadersMappedLast
(boolean replyHeadersMappedLast) 送信(返信)メッセージのヘッダーをマッピングするときは、メッセージが変換される前にヘッダーをマッピングするか、後で変換するかを決定します。retryTemplate
(org.springframework.retry.support.RetryTemplate retryTemplate) アダプター内でメッセージ配信を再試行するために使用するRetryTemplate
を設定します。クラス org.springframework.integration.dsl.MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, 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
コンストラクターの詳細
AmqpBaseInboundGatewaySpec
メソッドの詳細
messageConverter
ゲートウェイのMessageConverter
を構成します。; デフォルトはSimpleMessageConverter
です。- パラメーター:
messageConverter
- messageConverter。- 戻り値:
- スペック。
- 関連事項:
headerMapper
ゲートウェイのAmqpHeaderMapper
を構成します。; デフォルトはDefaultAmqpHeaderMapper
です。- パラメーター:
headerMapper
- headerMapper。- 戻り値:
- スペック。
- 関連事項:
mappedRequestHeaders
mappedReplyHeaders
defaultReplyTo
retryTemplate
アダプター内でメッセージ配信を再試行するために使用するRetryTemplate
を設定します。- パラメーター:
retryTemplate
- テンプレート。- 戻り値:
- スペック。
- 導入:
- 5.0.2
- 関連事項:
recoveryCallback
アダプター内で再試行を使用する場合は、RecoveryCallback
を設定します。- パラメーター:
recoveryCallback
- コールバック。- 戻り値:
- スペック。
- 導入:
- 5.0.2
- 関連事項:
batchingStrategy
メッセージをバッチ解除するときに使用するバッチ処理戦略を設定します。- パラメーター:
batchingStrategy
- 使用する戦略。- 戻り値:
- スペック。
- 導入:
- 5.2.1
- 関連事項:
bindSourceMessage
true に設定すると、ヘッダーのソースメッセージがバインドされます。- パラメーター:
bindSourceMessage
- バインドする場合は true。- 戻り値:
- スペック。
- 導入:
- 5.1.9
- 関連事項:
replyHeadersMappedLast
送信(返信)メッセージのヘッダーをマッピングするときは、メッセージが変換される前にヘッダーをマッピングするか、後で変換するかを決定します。- パラメーター:
replyHeadersMappedLast
- 変換後に応答ヘッダーがマップされる場合は true。- 戻り値:
- スペック。
- 導入:
- 5.1.9
- 関連事項:
messageRecoverer
アダプター内で再試行を使用する場合は、MessageRecoverer
を設定してください。- パラメーター:
messageRecoverer
- コールバック。- 戻り値:
- スペック。
- 導入:
- 5.5
- 関連事項: