public interface io.vertx.reactivex.core.streams.WriteStream<T> extends io.vertx.reactivex.core.streams.StreamBase
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.reactivex.core.streams.WriteStream
  super_class: java.lang.Object
{
  public abstract io.vertx.core.streams.WriteStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/WriteStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.reactivex.core.streams.WriteStream<T> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public abstract io.vertx.reactivex.core.streams.WriteStream<T> write(T);
    descriptor: (Ljava/lang/Object;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    MethodParameters:
      Name  Flags
      data  

  public abstract io.vertx.reactivex.core.streams.WriteStream<T> write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public abstract void end();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public abstract void end();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      data  

  public abstract void end(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (TT;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public abstract io.vertx.reactivex.core.streams.WriteStream<T> setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (I)Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    MethodParameters:
         Name  Flags
      maxSize  

  public abstract boolean writeQueueFull();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.vertx.reactivex.core.streams.WriteStream<T> drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    MethodParameters:
         Name  Flags
      handler  

  public static <T> io.vertx.reactivex.core.streams.WriteStream<T> newInstance(io.vertx.core.streams.WriteStream);
    descriptor: (Lio/vertx/core/streams/WriteStream;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.streams.WriteStream arg
         0: .line 126
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.streams.WriteStreamImpl
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.core.streams.WriteStreamImpl.<init>:(Lio/vertx/core/streams/WriteStream;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.streams.WriteStreamImpl
         2: areturn
        end local 0 // io.vertx.core.streams.WriteStream arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/streams/WriteStream;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/WriteStream;)Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    MethodParameters:
      Name  Flags
      arg   

  public static <T> io.vertx.reactivex.core.streams.WriteStream<T> newInstance(io.vertx.core.streams.WriteStream, io.vertx.lang.rx.TypeArg<T>);
    descriptor: (Lio/vertx/core/streams/WriteStream;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/reactivex/core/streams/WriteStream;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.streams.WriteStream arg
        start local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
         0: .line 130
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.core.streams.WriteStreamImpl
            dup
            aload 0 /* arg */
            aload 1 /* __typeArg_T */
            invokespecial io.vertx.reactivex.core.streams.WriteStreamImpl.<init>:(Lio/vertx/core/streams/WriteStream;Lio/vertx/lang/rx/TypeArg;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.core.streams.WriteStreamImpl
         2: areturn
        end local 1 // io.vertx.lang.rx.TypeArg __typeArg_T
        end local 0 // io.vertx.core.streams.WriteStream arg
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          arg  Lio/vertx/core/streams/WriteStream;
            0    3     1  __typeArg_T  Lio/vertx/lang/rx/TypeArg<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/WriteStream;Lio/vertx/lang/rx/TypeArg<TT;>;)Lio/vertx/reactivex/core/streams/WriteStream<TT;>;
    MethodParameters:
             Name  Flags
      arg          
      __typeArg_T  

  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
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            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
            invokeinterface io.vertx.reactivex.core.streams.WriteStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/streams/WriteStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/vertx/reactivex/core/streams/StreamBase;
SourceFile: "WriteStream.java"
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/streams/WriteStream;)