Class ReactiveMongoDbStoringMessageHandler

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Ordered, ExpressionCapable, Orderable, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, ReactiveMessageHandler

public class ReactiveMongoDbStoringMessageHandler extends AbstractReactiveMessageHandler
Implementation of ReactiveMessageHandler which writes Message payload into a MongoDb collection, using reactive MongoDb support, The collection is identified by evaluation of the collectionNameExpression.
Since:
5.3
Author:
David Turanski, Artme Bilan