クラス MongoDbMessageSourceSpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<MongoDbMessageSourceSpec,MongoDbMessageSource>
org.springframework.integration.dsl.MessageSourceSpec<MongoDbMessageSourceSpec,MongoDbMessageSource>
org.springframework.integration.mongodb.dsl.AbstractMongoDbMessageSourceSpec<MongoDbMessageSourceSpec,MongoDbMessageSource>
org.springframework.integration.mongodb.dsl.MongoDbMessageSourceSpec
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<MongoDbMessageSource>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
public class MongoDbMessageSourceSpec
extends AbstractMongoDbMessageSourceSpec<MongoDbMessageSourceSpec,MongoDbMessageSource>
- 導入:
- 5.5
- 作成者:
- Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
MongoDbMessageSourceSpec
(MongoOperations mongoTemplate, Expression queryExpression) protected
MongoDbMessageSourceSpec
(MongoDatabaseFactory mongoDatabaseFactory, Expression queryExpression) メソッドのサマリー
クラス org.springframework.integration.mongodb.dsl.AbstractMongoDbMessageSourceSpec から継承されたメソッド
collectionName, collectionNameExpression, collectionNameExpression, collectionNameSupplier, entityClass, expectSingleResult, mongoConverter, update, update, update, updateSupplier
クラス org.springframework.integration.dsl.MessageSourceSpec から継承されたメソッド
messageHeaders
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, 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
コンストラクターの詳細
MongoDbMessageSourceSpec
protected MongoDbMessageSourceSpec(MongoDatabaseFactory mongoDatabaseFactory, Expression queryExpression) MongoDbMessageSourceSpec