public class io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> implements io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.kafka.client.producer.KafkaProducer
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.kafka.client.producer.KafkaProducer> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;>;

  private final io.vertx.kafka.client.producer.KafkaProducer<K, V> delegate;
    descriptor: Lio/vertx/kafka/client/producer/KafkaProducer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/vertx/kafka/client/producer/KafkaProducer<TK;TV;>;

  public final io.vertx.lang.rx.TypeArg<K> __typeArg_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<TK;>;

  public final io.vertx.lang.rx.TypeArg<V> __typeArg_1;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<TV;>;

  private io.vertx.reactivex.WriteStreamObserver<io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>> observer;
    descriptor: Lio/vertx/reactivex/WriteStreamObserver;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/reactivex/WriteStreamObserver<Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;>;

  private io.vertx.reactivex.WriteStreamSubscriber<io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>> subscriber;
    descriptor: Lio/vertx/reactivex/WriteStreamSubscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/reactivex/WriteStreamSubscriber<Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 71
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 72
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.getDelegate()Lio/vertx/kafka/client/producer/KafkaProducer; (5)
                  (Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/lang/Object;
         2: .line 71
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.kafka.client.producer.KafkaProducer.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 73
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // java.lang.Object o
         0: .line 60
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 61
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 62
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.kafka.client.producer.KafkaProducer
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.kafka.client.producer.KafkaProducer that
         4: .line 63
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 2 /* that */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.kafka.client.producer.KafkaProducer that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 68
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public void <init>(io.vertx.kafka.client.producer.KafkaProducer);
    descriptor: (Lio/vertx/kafka/client/producer/KafkaProducer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.kafka.client.producer.KafkaProducer delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
         2: .line 81
            aload 0 /* this */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
            aload 0 /* this */
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.__typeArg_1:Lio/vertx/lang/rx/TypeArg;
            return
        end local 1 // io.vertx.kafka.client.producer.KafkaProducer delegate
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    3     1  delegate  Lio/vertx/kafka/client/producer/KafkaProducer;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(, io.vertx.lang.rx.TypeArg<K>, io.vertx.lang.rx.TypeArg<V>);
    descriptor: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // java.lang.Object delegate
        start local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        start local 3 // io.vertx.lang.rx.TypeArg typeArg_1
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.kafka.client.producer.KafkaProducer
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
         2: .line 85
            aload 0 /* this */
            aload 2 /* typeArg_0 */
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.__typeArg_0:Lio/vertx/lang/rx/TypeArg;
         3: .line 86
            aload 0 /* this */
            aload 3 /* typeArg_1 */
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.__typeArg_1:Lio/vertx/lang/rx/TypeArg;
         4: .line 87
            return
        end local 3 // io.vertx.lang.rx.TypeArg typeArg_1
        end local 2 // io.vertx.lang.rx.TypeArg typeArg_0
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    5     1   delegate  Ljava/lang/Object;
            0    5     2  typeArg_0  Lio/vertx/lang/rx/TypeArg<TK;>;
            0    5     3  typeArg_1  Lio/vertx/lang/rx/TypeArg<TV;>;
    Signature: (Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg<TK;>;Lio/vertx/lang/rx/TypeArg<TV;>;)V
    MethodParameters:
           Name  Flags
      delegate   
      typeArg_0  
      typeArg_1  

  public io.vertx.kafka.client.producer.KafkaProducer getDelegate();
    descriptor: ()Lio/vertx/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 90
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public synchronized io.vertx.reactivex.WriteStreamObserver<io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>> toObserver();
    descriptor: ()Lio/vertx/reactivex/WriteStreamObserver;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 97
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.observer:Lio/vertx/reactivex/WriteStreamObserver;
            ifnonnull 3
         1: .line 98
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/kafka/client/producer/KafkaProducerRecord.getDelegate()Lio/vertx/kafka/client/producer/KafkaProducerRecord; (5)
                  (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/vertx/kafka/client/producer/KafkaProducerRecord;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 99
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.getDelegate:()Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* conv */
            invokestatic io.vertx.reactivex.RxHelper.toObserver:(Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)Lio/vertx/reactivex/WriteStreamObserver;
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.observer:Lio/vertx/reactivex/WriteStreamObserver;
        end local 1 // java.util.function.Function conv
         3: .line 101
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.observer:Lio/vertx/reactivex/WriteStreamObserver;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/kafka/client/producer/KafkaProducerRecord<TK;TV;>;>;
    Signature: ()Lio/vertx/reactivex/WriteStreamObserver<Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;>;

  public synchronized io.vertx.reactivex.WriteStreamSubscriber<io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>> toSubscriber();
    descriptor: ()Lio/vertx/reactivex/WriteStreamSubscriber;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 105
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.subscriber:Lio/vertx/reactivex/WriteStreamSubscriber;
            ifnonnull 3
         1: .line 106
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/kafka/client/producer/KafkaProducerRecord.getDelegate()Lio/vertx/kafka/client/producer/KafkaProducerRecord; (5)
                  (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/vertx/kafka/client/producer/KafkaProducerRecord;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 107
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.getDelegate:()Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* conv */
            invokestatic io.vertx.reactivex.RxHelper.toSubscriber:(Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)Lio/vertx/reactivex/WriteStreamSubscriber;
            putfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.subscriber:Lio/vertx/reactivex/WriteStreamSubscriber;
        end local 1 // java.util.function.Function conv
         3: .line 109
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.subscriber:Lio/vertx/reactivex/WriteStreamSubscriber;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/kafka/client/producer/KafkaProducerRecord<TK;TV;>;>;
    Signature: ()Lio/vertx/reactivex/WriteStreamSubscriber<Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;>;

  public void write(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        start local 2 // io.vertx.core.Handler handler
         0: .line 119
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* data */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord.getDelegate:()Lio/vertx/kafka/client/producer/KafkaProducerRecord;
            aload 2 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.write:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 120
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1     data  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void write(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
         0: .line 127
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.write:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
         1: .line 128
            return
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  data  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;)V
    MethodParameters:
      Name  Flags
      data  

  public io.reactivex.Completable rxWrite(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
         0: .line 136
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$5(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    1     1  data  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      data  

  public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 146
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.end:(Lio/vertx/core/Handler;)V
         1: .line 147
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 153
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.end:(Lio/vertx/core/Handler;)V
         1: .line 154
            return
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.reactivex.Completable rxEnd();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 161
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$7(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public void end(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        start local 2 // io.vertx.core.Handler handler
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* data */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord.getDelegate:()Lio/vertx/kafka/client/producer/KafkaProducerRecord;
            aload 2 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.end:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 173
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1     data  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void end(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
         0: .line 180
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.end:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
         1: .line 181
            return
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  data  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;)V
    MethodParameters:
      Name  Flags
      data  

  public io.reactivex.Completable rxEnd(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
         0: .line 189
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$9(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord data
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    1     1  data  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      data  

  public boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 199
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.writeQueueFull:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 200
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            1    2     1   ret  Z

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> createShared(io.vertx.reactivex.core.Vertx, java.lang.String, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Ljava/util/Map;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String name
        start local 2 // java.util.Map config
         0: .line 211
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* name */
            aload 2 /* config */
            invokestatic io.vertx.kafka.client.producer.KafkaProducer.createShared:(Lio/vertx/core/Vertx;Ljava/lang/String;Ljava/util/Map;)Lio/vertx/kafka/client/producer/KafkaProducer;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.kafka.client.producer.KafkaProducer.newInstance:(Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
         1: .line 212
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
        end local 2 // java.util.Map config
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1    name  Ljava/lang/String;
            0    2     2  config  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            1    2     3     ret  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
        Name  Flags
      vertx   
      name    
      config  

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> createShared(io.vertx.reactivex.core.Vertx, java.lang.String, io.vertx.kafka.client.common.KafkaClientOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/kafka/client/common/KafkaClientOptions;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String name
        start local 2 // io.vertx.kafka.client.common.KafkaClientOptions options
         0: .line 223
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* name */
            aload 2 /* options */
            invokestatic io.vertx.kafka.client.producer.KafkaProducer.createShared:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/kafka/client/common/KafkaClientOptions;)Lio/vertx/kafka/client/producer/KafkaProducer;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.kafka.client.producer.KafkaProducer.newInstance:(Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            astore 3 /* ret */
        start local 3 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
         1: .line 224
            aload 3 /* ret */
            areturn
        end local 3 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
        end local 2 // io.vertx.kafka.client.common.KafkaClientOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0    vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1     name  Ljava/lang/String;
            0    2     2  options  Lio/vertx/kafka/client/common/KafkaClientOptions;
            1    2     3      ret  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/kafka/client/common/KafkaClientOptions;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      vertx    
      name     
      options  

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> createShared(io.vertx.reactivex.core.Vertx, java.lang.String, java.util.Map<java.lang.String, java.lang.String>, java.lang.Class<K>, java.lang.Class<V>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Ljava/util/Map;Ljava/lang/Class;Ljava/lang/Class;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String name
        start local 2 // java.util.Map config
        start local 3 // java.lang.Class keyType
        start local 4 // java.lang.Class valueType
         0: .line 237
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* name */
            aload 2 /* config */
            aload 3 /* keyType */
            invokestatic io.vertx.lang.reactivex.Helper.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;
            aload 4 /* valueType */
            invokestatic io.vertx.lang.reactivex.Helper.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;
            invokestatic io.vertx.kafka.client.producer.KafkaProducer.createShared:(Lio/vertx/core/Vertx;Ljava/lang/String;Ljava/util/Map;Ljava/lang/Class;Ljava/lang/Class;)Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 3 /* keyType */
            invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
            aload 4 /* valueType */
            invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.kafka.client.producer.KafkaProducer.newInstance:(Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
         1: .line 238
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
        end local 4 // java.lang.Class valueType
        end local 3 // java.lang.Class keyType
        end local 2 // java.util.Map config
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0      vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1       name  Ljava/lang/String;
            0    2     2     config  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     3    keyType  Ljava/lang/Class<TK;>;
            0    2     4  valueType  Ljava/lang/Class<TV;>;
            1    2     5        ret  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Ljava/lang/Class<TK;>;Ljava/lang/Class<TV;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
           Name  Flags
      vertx      
      name       
      config     
      keyType    
      valueType  

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> createShared(io.vertx.reactivex.core.Vertx, java.lang.String, io.vertx.kafka.client.common.KafkaClientOptions, java.lang.Class<K>, java.lang.Class<V>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/kafka/client/common/KafkaClientOptions;Ljava/lang/Class;Ljava/lang/Class;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String name
        start local 2 // io.vertx.kafka.client.common.KafkaClientOptions options
        start local 3 // java.lang.Class keyType
        start local 4 // java.lang.Class valueType
         0: .line 251
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* name */
            aload 2 /* options */
            aload 3 /* keyType */
            invokestatic io.vertx.lang.reactivex.Helper.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;
            aload 4 /* valueType */
            invokestatic io.vertx.lang.reactivex.Helper.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;
            invokestatic io.vertx.kafka.client.producer.KafkaProducer.createShared:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/kafka/client/common/KafkaClientOptions;Ljava/lang/Class;Ljava/lang/Class;)Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 3 /* keyType */
            invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
            aload 4 /* valueType */
            invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.kafka.client.producer.KafkaProducer.newInstance:(Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            astore 5 /* ret */
        start local 5 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
         1: .line 252
            aload 5 /* ret */
            areturn
        end local 5 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
        end local 4 // java.lang.Class valueType
        end local 3 // java.lang.Class keyType
        end local 2 // io.vertx.kafka.client.common.KafkaClientOptions options
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0      vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1       name  Ljava/lang/String;
            0    2     2    options  Lio/vertx/kafka/client/common/KafkaClientOptions;
            0    2     3    keyType  Ljava/lang/Class<TK;>;
            0    2     4  valueType  Ljava/lang/Class<TV;>;
            1    2     5        ret  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/kafka/client/common/KafkaClientOptions;Ljava/lang/Class<TK;>;Ljava/lang/Class<TV;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
           Name  Flags
      vertx      
      name       
      options    
      keyType    
      valueType  

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> create(io.vertx.reactivex.core.Vertx, java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/util/Map;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.util.Map config
         0: .line 262
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* config */
            invokestatic io.vertx.kafka.client.producer.KafkaProducer.create:(Lio/vertx/core/Vertx;Ljava/util/Map;)Lio/vertx/kafka/client/producer/KafkaProducer;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.lang.rx.TypeArg.unknown:()Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.kafka.client.producer.KafkaProducer.newInstance:(Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
         1: .line 263
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
        end local 1 // java.util.Map config
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  config  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            1    2     2     ret  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/reactivex/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> create(io.vertx.reactivex.core.Vertx, java.util.Map<java.lang.String, java.lang.String>, java.lang.Class<K>, java.lang.Class<V>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/util/Map;Ljava/lang/Class;Ljava/lang/Class;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.util.Map config
        start local 2 // java.lang.Class keyType
        start local 3 // java.lang.Class valueType
         0: .line 275
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* config */
            aload 2 /* keyType */
            invokestatic io.vertx.lang.reactivex.Helper.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;
            aload 3 /* valueType */
            invokestatic io.vertx.lang.reactivex.Helper.unwrap:(Ljava/lang/Class;)Ljava/lang/Class;
            invokestatic io.vertx.kafka.client.producer.KafkaProducer.create:(Lio/vertx/core/Vertx;Ljava/util/Map;Ljava/lang/Class;Ljava/lang/Class;)Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 2 /* keyType */
            invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
            aload 3 /* valueType */
            invokestatic io.vertx.lang.rx.TypeArg.of:(Ljava/lang/Class;)Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.reactivex.kafka.client.producer.KafkaProducer.newInstance:(Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            astore 4 /* ret */
        start local 4 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
         1: .line 276
            aload 4 /* ret */
            areturn
        end local 4 // io.vertx.reactivex.kafka.client.producer.KafkaProducer ret
        end local 3 // java.lang.Class valueType
        end local 2 // java.lang.Class keyType
        end local 1 // java.util.Map config
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0      vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1     config  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0    2     2    keyType  Ljava/lang/Class<TK;>;
            0    2     3  valueType  Ljava/lang/Class<TV;>;
            1    2     4        ret  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/reactivex/core/Vertx;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Ljava/lang/Class<TK;>;Ljava/lang/Class<TV;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
           Name  Flags
      vertx      
      config     
      keyType    
      valueType  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> initTransactions(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 285
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.initTransactions:(Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 286
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> initTransactions();
    descriptor: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 295
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.initTransactions:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
         1: .line 294
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.reactivex.Completable rxInitTransactions();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 303
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$11(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> beginTransaction(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 314
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.beginTransaction:(Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 315
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> beginTransaction();
    descriptor: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 324
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.beginTransaction:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
         1: .line 323
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.reactivex.Completable rxBeginTransaction();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 332
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$13(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> commitTransaction(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 343
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.commitTransaction:(Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 344
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> commitTransaction();
    descriptor: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 353
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.commitTransaction:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
         1: .line 352
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.reactivex.Completable rxCommitTransaction();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 361
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$15(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> abortTransaction(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 372
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.abortTransaction:(Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 373
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> abortTransaction();
    descriptor: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 382
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.abortTransaction:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
         1: .line 381
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.reactivex.Completable rxAbortTransaction();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 390
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$17(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 396
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 397
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // int i
         0: .line 401
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            iload 1 /* i */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.setWriteQueueMaxSize:(I)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 402
            aload 0 /* this */
            areturn
        end local 1 // int i
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1     i  I
    Signature: (I)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
      Name  Flags
      i     

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler handler
         0: .line 406
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 407
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> send(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.kafka.client.producer.RecordMetadata>>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord record
        start local 2 // io.vertx.core.Handler handler
         0: .line 417
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* record */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord.getDelegate:()Lio/vertx/kafka/client/producer/KafkaProducerRecord;
            aload 2 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.send:(Lio/vertx/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 418
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord record
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1   record  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/kafka/client/producer/RecordMetadata;>;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/kafka/client/producer/RecordMetadata;>;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      record   
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> send(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord record
         0: .line 428
            aload 0 /* this */
            aload 1 /* record */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.send:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
         1: .line 427
            areturn
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord record
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  record  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
        Name  Flags
      record  

  public io.reactivex.Single<io.vertx.kafka.client.producer.RecordMetadata> rxSend(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord<K, V>);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord record
         0: .line 437
            aload 0 /* this */
            aload 1 /* record */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$19(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord record
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    1     1  record  Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;
    Signature: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;)Lio/reactivex/Single<Lio/vertx/kafka/client/producer/RecordMetadata;>;
    MethodParameters:
        Name  Flags
      record  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> partitionsFor(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<io.vertx.kafka.client.common.PartitionInfo>>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // java.lang.String topic
        start local 2 // io.vertx.core.Handler handler
         0: .line 449
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* topic */
            aload 2 /* handler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.partitionsFor:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 450
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1    topic  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/kafka/client/common/PartitionInfo;>;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/kafka/client/common/PartitionInfo;>;>;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
         Name  Flags
      topic    
      handler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> partitionsFor(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // java.lang.String topic
         0: .line 460
            aload 0 /* this */
            aload 1 /* topic */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.partitionsFor:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
         1: .line 459
            areturn
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  topic  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
       Name  Flags
      topic  

  public io.reactivex.Single<java.util.List<io.vertx.kafka.client.common.PartitionInfo>> rxPartitionsFor(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // java.lang.String topic
         0: .line 469
            aload 0 /* this */
            aload 1 /* topic */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$21(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String topic
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    1     1  topic  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/util/List<Lio/vertx/kafka/client/common/PartitionInfo;>;>;
    MethodParameters:
       Name  Flags
      topic  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 480
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.flush:(Lio/vertx/core/Handler;)Lio/vertx/kafka/client/producer/KafkaProducer;
            pop
         1: .line 481
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
                   Name  Flags
      completionHandler  

  public io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> flush();
    descriptor: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 490
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.flush:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
         1: .line 489
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    Signature: ()Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.reactivex.Completable rxFlush();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 498
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$23(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler completionHandler
         0: .line 508
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            aload 1 /* completionHandler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.close:(Lio/vertx/core/Handler;)V
         1: .line 509
            return
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 515
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.close:(Lio/vertx/core/Handler;)V
         1: .line 516
            return
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
         0: .line 523
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$25(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;

  public void close(long, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // long timeout
        start local 3 // io.vertx.core.Handler completionHandler
         0: .line 534
            aload 0 /* this */
            getfield io.vertx.reactivex.kafka.client.producer.KafkaProducer.delegate:Lio/vertx/kafka/client/producer/KafkaProducer;
            lload 1 /* timeout */
            aload 3 /* completionHandler */
            invokeinterface io.vertx.kafka.client.producer.KafkaProducer.close:(JLio/vertx/core/Handler;)V
         1: .line 535
            return
        end local 3 // io.vertx.core.Handler completionHandler
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1            timeout  J
            0    2     3  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (JLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
                   Name  Flags
      timeout            
      completionHandler  

  public void close(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // long timeout
         0: .line 542
            aload 0 /* this */
            lload 1 /* timeout */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$26(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.close:(JLio/vertx/core/Handler;)V
         1: .line 543
            return
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  timeout  J
    MethodParameters:
         Name  Flags
      timeout  

  public io.reactivex.Completable rxClose(long);
    descriptor: (J)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // long timeout
         0: .line 551
            aload 0 /* this */
            lload 1 /* timeout */
            invokedynamic accept(Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;J)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/kafka/client/producer/KafkaProducer.lambda$27(JLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // long timeout
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    1     1  timeout  J
    MethodParameters:
         Name  Flags
      timeout  

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> newInstance(io.vertx.kafka.client.producer.KafkaProducer);
    descriptor: (Lio/vertx/kafka/client/producer/KafkaProducer;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.kafka.client.producer.KafkaProducer arg
         0: .line 557
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.kafka.client.producer.KafkaProducer
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.kafka.client.producer.KafkaProducer.<init>:(Lio/vertx/kafka/client/producer/KafkaProducer;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.kafka.client.producer.KafkaProducer
         2: areturn
        end local 0 // io.vertx.kafka.client.producer.KafkaProducer arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/kafka/client/producer/KafkaProducer;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/kafka/client/producer/KafkaProducer;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
      Name  Flags
      arg   

  public static <K, V> io.vertx.reactivex.kafka.client.producer.KafkaProducer<K, V> newInstance(io.vertx.kafka.client.producer.KafkaProducer, io.vertx.lang.rx.TypeArg<K>, io.vertx.lang.rx.TypeArg<V>);
    descriptor: (Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.kafka.client.producer.KafkaProducer arg
        start local 1 // io.vertx.lang.rx.TypeArg __typeArg_K
        start local 2 // io.vertx.lang.rx.TypeArg __typeArg_V
         0: .line 561
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.kafka.client.producer.KafkaProducer
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_K */
            aload 2 /* __typeArg_V */
            invokespecial io.vertx.reactivex.kafka.client.producer.KafkaProducer.<init>:(Ljava/lang/Object;Lio/vertx/lang/rx/TypeArg;Lio/vertx/lang/rx/TypeArg;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.kafka.client.producer.KafkaProducer
         2: areturn
        end local 2 // io.vertx.lang.rx.TypeArg __typeArg_V
        end local 1 // io.vertx.lang.rx.TypeArg __typeArg_K
        end local 0 // io.vertx.kafka.client.producer.KafkaProducer arg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          arg  Lio/vertx/kafka/client/producer/KafkaProducer;
            0    3     1  __typeArg_K  Lio/vertx/lang/rx/TypeArg<TK;>;
            0    3     2  __typeArg_V  Lio/vertx/lang/rx/TypeArg<TV;>;
    Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>(Lio/vertx/kafka/client/producer/KafkaProducer;Lio/vertx/lang/rx/TypeArg<TK;>;Lio/vertx/lang/rx/TypeArg<TV;>;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
    MethodParameters:
             Name  Flags
      arg          
      __typeArg_K  
      __typeArg_V  

  public void end(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.end:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
            aload 2
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.end:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.write:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
            aload 2
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.write:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.setWriteQueueMaxSize:(I)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.getDelegate:()Lio/vertx/kafka/client/producer/KafkaProducer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.getDelegate:()Lio/vertx/kafka/client/producer/KafkaProducer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactivex.Completable rxWrite(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactivex/Completable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.rxWrite:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/reactivex/Completable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.reactivex.Completable rxEnd(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/reactivex/Completable;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.rxEnd:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;)Lio/reactivex/Completable;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 71
            new io.vertx.reactivex.kafka.client.producer.KafkaProducer
            dup
            aload 0 /* obj */
            checkcast io.vertx.kafka.client.producer.KafkaProducer
            invokespecial io.vertx.reactivex.kafka.client.producer.KafkaProducer.<init>:(Lio/vertx/kafka/client/producer/KafkaProducer;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 127
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 137
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.write:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
         1: .line 138
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 153
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 162
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.end:(Lio/vertx/core/Handler;)V
         1: .line 163
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 180
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$9(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 190
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.end:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
         1: .line 191
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 295
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$11(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 304
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.initTransactions:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            pop
         1: .line 305
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 324
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$13(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 333
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.beginTransaction:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            pop
         1: .line 334
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 353
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$15(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 362
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.commitTransaction:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            pop
         1: .line 363
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 382
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$17(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 391
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.abortTransaction:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            pop
         1: .line 392
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 428
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/kafka/client/producer/RecordMetadata;>;

  private void lambda$19(io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 438
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.send:(Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord;Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            pop
         1: .line 439
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/kafka/client/producer/RecordMetadata;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 460
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/kafka/client/common/PartitionInfo;>;>;

  private void lambda$21(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 470
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.partitionsFor:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            pop
         1: .line 471
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Lio/vertx/kafka/client/common/PartitionInfo;>;>;>;

  private static void lambda$22(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 490
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$23(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 499
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.flush:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/kafka/client/producer/KafkaProducer;
            pop
         1: .line 500
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$24(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 515
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$25(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 524
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.close:(Lio/vertx/core/Handler;)V
         1: .line 525
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$26(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 542
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$27(long, io.vertx.core.Handler);
    descriptor: (JLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
        start local 3 // io.vertx.core.Handler $handler
         0: .line 552
            aload 0 /* this */
            lload 1
            aload 3 /* $handler */
            invokevirtual io.vertx.reactivex.kafka.client.producer.KafkaProducer.close:(JLio/vertx/core/Handler;)V
         1: .line 553
            return
        end local 3 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.kafka.client.producer.KafkaProducer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/kafka/client/producer/KafkaProducer<TK;TV;>;
            0    2     3  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
Signature: <K:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/kafka/client/producer/KafkaProducerRecord<TK;TV;>;>;
SourceFile: "KafkaProducer.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/kafka/client/producer/KafkaProducer;)