クラス KafkaPointToPointChannelSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<KafkaSubscribableChannelSpec<SubscribableKafkaChannel>, SubscribableKafkaChannel>
org.springframework.integration.dsl.MessageChannelSpec<KafkaSubscribableChannelSpec<SubscribableKafkaChannel>, SubscribableKafkaChannel>
org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec<KafkaSubscribableChannelSpec<SubscribableKafkaChannel>, SubscribableKafkaChannel>
org.springframework.integration.kafka.dsl.KafkaSubscribableChannelSpec<SubscribableKafkaChannel>
org.springframework.integration.kafka.dsl.KafkaPointToPointChannelSpec
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<SubscribableKafkaChannel>、InitializingBean、Lifecycle、Phased、SmartLifecycle、ComponentsRegistration
public class KafkaPointToPointChannelSpec
extends KafkaSubscribableChannelSpec<SubscribableKafkaChannel>
Apache Kafka トピックによってサポートされるポイントツーポイントチャネルの仕様。
- 導入:
- 5.4
- 作成者:
- Gary Russell
フィールドのサマリー
クラス org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec から継承されたフィールド
groupIdクラス org.springframework.integration.dsl.MessageChannelSpec から継承されたフィールド
channelクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedKafkaPointToPointChannelSpec(org.springframework.kafka.core.KafkaTemplate<?, ?> template, org.springframework.kafka.config.KafkaListenerContainerFactory<?> factory, StringSE topic) メソッドのサマリー
クラス org.springframework.integration.kafka.dsl.AbstractKafkaChannelSpec から継承されたメソッド
groupId, idクラス org.springframework.integration.dsl.MessageChannelSpec から継承されたメソッド
datatype, doGet, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapクラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, 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インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
KafkaPointToPointChannelSpec
protected KafkaPointToPointChannelSpec(org.springframework.kafka.core.KafkaTemplate<?, ?> template, org.springframework.kafka.config.KafkaListenerContainerFactory<?> factory, StringSE topic)