クラス AmqpInboundChannelAdapterSMLCSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<AmqpInboundChannelAdapterSMLCSpec, AmqpInboundChannelAdapter>
org.springframework.integration.dsl.MessageProducerSpec<AmqpInboundChannelAdapterSMLCSpec, AmqpInboundChannelAdapter>
org.springframework.integration.amqp.dsl.AmqpBaseInboundChannelAdapterSpec<AmqpInboundChannelAdapterSMLCSpec>
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSpec<AmqpInboundChannelAdapterSMLCSpec, SimpleMessageListenerContainer>
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSMLCSpec
- 実装されているすべてのインターフェース:
DisposableBean
、FactoryBean<AmqpInboundChannelAdapter>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
、ComponentsRegistration
public class AmqpInboundChannelAdapterSMLCSpec
extends AmqpInboundChannelAdapterSpec<AmqpInboundChannelAdapterSMLCSpec, SimpleMessageListenerContainer>
SimpleMessageListenerContainer
を備えた受信チャネルアダプターの仕様。- 導入:
- 5.0
- 作成者:
- Gary Russell, Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSpec から継承されたフィールド
listenerContainerSpec
クラス org.springframework.integration.amqp.dsl.AmqpBaseInboundChannelAdapterSpec から継承されたフィールド
headerMapper
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
AmqpInboundChannelAdapterSMLCSpec
(SimpleMessageListenerContainer listenerContainer) メソッドのサマリー
修飾子と型メソッド説明batchMode
(AmqpInboundChannelAdapter.BatchMode batchMode) 消費されたレコードのバッチ処理をサポートするようにコンテナーが構成されている場合に使用するようにAmqpInboundChannelAdapter.BatchMode
を設定します。クラス org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSpec から継承されたメソッド
getComponentsToRegister
クラス org.springframework.integration.amqp.dsl.AmqpBaseInboundChannelAdapterSpec から継承されたメソッド
headerMapper, mappedRequestHeaders, messageConverter, messageRecoverer, recoveryCallback, 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
コンストラクターの詳細
AmqpInboundChannelAdapterSMLCSpec
メソッドの詳細
configureContainer
public AmqpInboundChannelAdapterSMLCSpec configureContainer(ConsumerSE<SimpleMessageListenerContainerSpec> configurer) batchMode
消費されたレコードのバッチ処理をサポートするようにコンテナーが構成されている場合に使用するようにAmqpInboundChannelAdapter.BatchMode
を設定します。- パラメーター:
batchMode
- バッチモード。- 戻り値:
- スペック。
- 導入:
- 5.3