Class HazelcastContinuousQueryMessageProducer

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, SmartInitializingSingleton, ApplicationContextAware, Lifecycle, Phased, SmartLifecycle, ExpressionCapable, MessageProducer, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement, ManageableLifecycle, ManageableSmartLifecycle, TrackableComponent

public class HazelcastContinuousQueryMessageProducer extends AbstractHazelcastMessageProducer
Hazelcast Continuous Query Message Producer is a message producer which enables AbstractHazelcastMessageProducer.HazelcastEntryListener with a SqlPredicate in order to listen related distributed map events in the light of defined predicate and sends events to related channel.
Since:
6.0
Author:
Eren Avsarogullari
  • Constructor Details

    • HazelcastContinuousQueryMessageProducer

      public HazelcastContinuousQueryMessageProducer(com.hazelcast.map.IMap distributedMap, String predicate)
  • Method Details