Class HazelcastDistributedSQLMessageSource

All Implemented Interfaces:
Aware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, MessageSource, IntegrationPattern, NamedComponent, IntegrationInboundManagement, IntegrationManagement

public class HazelcastDistributedSQLMessageSource extends AbstractMessageSource
Hazelcast Distributed SQL Message Source is a message source which runs defined distributed query in the cluster and returns results in the light of iteration type.
Since:
6.0
Author:
Eren Avsarogullari, Artem Bilan
  • Constructor Details

    • HazelcastDistributedSQLMessageSource

      public HazelcastDistributedSQLMessageSource(com.hazelcast.map.IMap distributedMap, String distributedSql)
  • Method Details