Class KeyBasedBatcherBuilder

  • All Implemented Interfaces:
    java.io.Serializable, org.apache.pulsar.client.api.BatcherBuilder

    public class KeyBasedBatcherBuilder
    extends java.lang.Object
    implements org.apache.pulsar.client.api.BatcherBuilder
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from interface org.apache.pulsar.client.api.BatcherBuilder

        DEFAULT, KEY_BASED
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.pulsar.client.api.BatchMessageContainer build()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KeyBasedBatcherBuilder

        public KeyBasedBatcherBuilder()
    • Method Detail

      • build

        public org.apache.pulsar.client.api.BatchMessageContainer build()
        Specified by:
        build in interface org.apache.pulsar.client.api.BatcherBuilder