クラス AmqpInboundChannelAdapterSMLCSpec
java.lang.ObjectSE
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,P>
org.springframework.integration.dsl.MessageProducerSpec<S,AmqpInboundChannelAdapter>
org.springframework.integration.amqp.dsl.AmqpBaseInboundChannelAdapterSpec<S>
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSpec<AmqpInboundChannelAdapterSMLCSpec,SimpleMessageListenerContainer>
org.springframework.integration.amqp.dsl.AmqpInboundChannelAdapterSMLCSpec
- 実装されているすべてのインターフェース:
Aware、BeanClassLoaderAware、BeanFactoryAware、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コンストラクターの概要
コンストラクター 修飾子 コンストラクター 説明 protectedAmqpInboundChannelAdapterSMLCSpec(SimpleMessageListenerContainer listenerContainer)メソッドのサマリー
修飾子と型 メソッド 説明 AmqpInboundChannelAdapterSMLCSpecbatchMode(AmqpInboundChannelAdapter.BatchMode batchMode)消費されたレコードのバッチ処理をサポートするようにコンテナーが構成されている場合に使用するようにAmqpInboundChannelAdapter.BatchModeを設定します。AmqpInboundChannelAdapterSMLCSpecconfigureContainer(ConsumerSE<SimpleMessageListenerContainerSpec> configurer)クラス 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, outputChannel, outputChannel, phase, sendTimeout, shouldTrackクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, createInstance, destroyInstance, doGet, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス org.springframework.beans.factory.config.AbstractFactoryBean から継承されたメソッド
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
コンストラクターの詳細
メソッドの詳細
configureContainer
public AmqpInboundChannelAdapterSMLCSpec configureContainer(ConsumerSE<SimpleMessageListenerContainerSpec> configurer)batchMode
消費されたレコードのバッチ処理をサポートするようにコンテナーが構成されている場合に使用するようにAmqpInboundChannelAdapter.BatchModeを設定します。- パラメーター:
batchMode- バッチモード。- 戻り値:
- スペック。
- 導入:
- 5.3