Interface PulsarChangeConsumer.ProducerBuilder

Enclosing class:
PulsarChangeConsumer

public static interface PulsarChangeConsumer.ProducerBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pulsar.client.api.Producer<Object>
    get(String topicName, Object value)
     
  • Method Details

    • get

      org.apache.pulsar.client.api.Producer<Object> get(String topicName, Object value)