クラス PulsarTopicBuilder

java.lang.ObjectSE
org.springframework.pulsar.core.PulsarTopicBuilder

public class PulsarTopicBuilder extends ObjectSE
PulsarTopic インスタンスを作成するためのビルダークラス。
作成者:
Alexander Preu ß
  • コンストラクターの詳細

    • PulsarTopicBuilder

      protected PulsarTopicBuilder(StringSE topicName)
  • メソッドの詳細

    • numberOfPartitions

      public PulsarTopicBuilder numberOfPartitions(int numberOfPartitions)
      トピックのパーティションの数を設定します。
      パラメーター:
      numberOfPartitions - トピックパーティションの数
      戻り値:
      このビルダー
    • build

      public PulsarTopic build()
      このビルダーで構成されたプロパティを使用して PulsarTopic を構築します。
      戻り値:
      PulsarTopic