Class ReactiveMongoDbMessageSourceSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
 
org.springframework.integration.dsl.MessageSourceSpec<S,H>
 
org.springframework.integration.mongodb.dsl.AbstractMongoDbMessageSourceSpec<ReactiveMongoDbMessageSourceSpec,ReactiveMongoDbMessageSource>
 
org.springframework.integration.mongodb.dsl.ReactiveMongoDbMessageSourceSpec
- All Implemented Interfaces:
 DisposableBean,FactoryBean<ReactiveMongoDbMessageSource>,InitializingBean,Lifecycle,Phased,SmartLifecycle
public class ReactiveMongoDbMessageSourceSpec
extends AbstractMongoDbMessageSourceSpec<ReactiveMongoDbMessageSourceSpec,ReactiveMongoDbMessageSource> 
A 
AbstractMongoDbMessageSourceSpec implementation for a ReactiveMongoDbMessageSource.- Since:
 - 5.3
 - Author:
 - Artem Bilan
 
- 
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycle
DEFAULT_PHASE - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedReactiveMongoDbMessageSourceSpec(ReactiveMongoOperations reactiveMongoTemplate, Expression queryExpression) protectedReactiveMongoDbMessageSourceSpec(ReactiveMongoDatabaseFactory reactiveMongoDatabaseFactory, Expression queryExpression)  - 
Method Summary
Methods inherited from class org.springframework.integration.mongodb.dsl.AbstractMongoDbMessageSourceSpec
collectionName, collectionNameExpression, collectionNameExpression, collectionNameSupplier, entityClass, expectSingleResult, mongoConverter, update, update, update, updateSupplierMethods inherited from class org.springframework.integration.dsl.MessageSourceSpec
messageHeadersMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBean
isSingleton 
- 
Constructor Details
- 
ReactiveMongoDbMessageSourceSpec
protected ReactiveMongoDbMessageSourceSpec(ReactiveMongoDatabaseFactory reactiveMongoDatabaseFactory, Expression queryExpression)  - 
ReactiveMongoDbMessageSourceSpec
protected ReactiveMongoDbMessageSourceSpec(ReactiveMongoOperations reactiveMongoTemplate, Expression queryExpression)  
 -