クラス PartitionedChannelSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<PartitionedChannelSpec, PartitionedChannel>
org.springframework.integration.dsl.MessageChannelSpec<PartitionedChannelSpec, PartitionedChannel>
org.springframework.integration.dsl.LoadBalancingChannelSpec<PartitionedChannelSpec, PartitionedChannel>
org.springframework.integration.dsl.PartitionedChannelSpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<PartitionedChannel>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class PartitionedChannelSpec
extends LoadBalancingChannelSpec<PartitionedChannelSpec, PartitionedChannel>
- 導入:
- 6.1
- 作成者:
- Artem Bilan
フィールド概要
クラス LoadBalancingChannelSpec から継承されたフィールド
failoverStrategy, loadBalancingStrategy, maxSubscribersクラス MessageChannelSpec から継承されたフィールド
channelクラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明protected PartitionedChanneldoGet()partitionKey(FunctionSE<Message<?>, ObjectSE> partitionKeyFunction) threadFactory(ThreadFactorySE threadFactory) workerQueueSize(int workerQueueSize) パーティションエグゼキュータの ワーカーにキューのサイズを指定します。クラス LoadBalancingChannelSpec から継承されたメソッド
failover, failoverStrategy, loadBalancer, maxSubscribersクラス MessageChannelSpec から継承されたメソッド
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
PartitionedChannelSpec
protected PartitionedChannelSpec(int partitionCount)
方法の詳細
partitionKey
threadFactory
workerQueueSize
パーティションエグゼキュータのワーカーにキューのサイズを指定します。デフォルトは 0 です。- パラメーター:
workerQueueSize- パーティションエグゼキュータの ワーカーキューのサイズ。- 戻り値:
- スペック。
- 導入:
- 6.4.10
doGet
- オーバーライド:
- クラス
MessageChannelSpec<PartitionedChannelSpec, PartitionedChannel>のdoGet