クラス HazelcastDistributedSQLMessageSource

実装済みのインターフェース一覧:
AwareBeanFactoryAwareBeanNameAwareDisposableBeanInitializingBeanMessageSourceIntegrationPatternNamedComponentIntegrationInboundManagementIntegrationManagement

public class HazelcastDistributedSQLMessageSource extends AbstractMessageSource
Hazelcast 分散 SQL メッセージソースは、クラスター内で定義された分散クエリを実行し、反復型に照らして結果を返すメッセージソースです。
導入:
6.0
作成者:
Eren Avsarogullari, Artem Bilan
  • コンストラクターの詳細

    • HazelcastDistributedSQLMessageSource

      public HazelcastDistributedSQLMessageSource(com.hazelcast.map.IMap distributedMap, StringSE distributedSql)
  • メソッドの詳細

    • setIterationType

      public void setIterationType(DistributedSQLIterationType iterationType)
    • getComponentType

      public StringSE getComponentType()
    • doReceive

      protected @Nullable CollectionSE<?> doReceive()
      クラスからコピーされた説明: AbstractMessageSource
      サブクラスはこのメソッドを実装する必要があります。通常、返される値は型 T の payload になりますが、返される値はペイロードが型 T である Message インスタンスである場合もあります。また、追加のヘッダーの設定に使用される AbstractIntegrationMessageBuilder である場合もあります。
      次で指定:
      クラス AbstractMessageSourcedoReceive 
      戻り値:
      返された値。