Class MongoDbStoringMessageHandler

All Implemented Interfaces:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Ordered, ExpressionCapable, Orderable, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>

public class MongoDbStoringMessageHandler extends AbstractMessageHandler
Implementation of MessageHandler which writes Message payload into a MongoDb collection identified by evaluation of the collectionNameExpression.
Since:
2.2
Author:
Amol Nayak, Oleg Zhurakousky, Gary Russell