Class MongoDbMessageSourceSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
 
org.springframework.integration.dsl.MessageSourceSpec<S,H>
 
org.springframework.integration.mongodb.dsl.AbstractMongoDbMessageSourceSpec<MongoDbMessageSourceSpec,MongoDbMessageSource>
 
org.springframework.integration.mongodb.dsl.MongoDbMessageSourceSpec
- All Implemented Interfaces:
- org.springframework.beans.factory.DisposableBean,- org.springframework.beans.factory.FactoryBean<MongoDbMessageSource>,- org.springframework.beans.factory.InitializingBean,- org.springframework.context.Lifecycle,- org.springframework.context.Phased,- org.springframework.context.SmartLifecycle
public class MongoDbMessageSourceSpec
extends AbstractMongoDbMessageSourceSpec<MongoDbMessageSourceSpec,MongoDbMessageSource> 
A 
AbstractMongoDbMessageSourceSpec implementation for a MongoDbMessageSource.- Since:
- 5.5
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedMongoDbMessageSourceSpec(org.springframework.data.mongodb.core.MongoOperations mongoTemplate, org.springframework.expression.Expression queryExpression) protectedMongoDbMessageSourceSpec(org.springframework.data.mongodb.MongoDatabaseFactory mongoDatabaseFactory, org.springframework.expression.Expression queryExpression) 
- 
Method SummaryMethods inherited from class org.springframework.integration.mongodb.dsl.AbstractMongoDbMessageSourceSpeccollectionName, collectionNameExpression, collectionNameExpression, collectionNameSupplier, entityClass, expectSingleResult, mongoConverter, update, update, update, updateSupplierMethods inherited from class org.springframework.integration.dsl.MessageSourceSpecmessageHeadersMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, get, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
MongoDbMessageSourceSpecprotected MongoDbMessageSourceSpec(org.springframework.data.mongodb.MongoDatabaseFactory mongoDatabaseFactory, org.springframework.expression.Expression queryExpression) 
- 
MongoDbMessageSourceSpecprotected MongoDbMessageSourceSpec(org.springframework.data.mongodb.core.MongoOperations mongoTemplate, org.springframework.expression.Expression queryExpression) 
 
-