public interface io.vertx.core.spi.PumpFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.core.spi.PumpFactory
  super_class: java.lang.Object
{
  public abstract <T> io.vertx.core.streams.Pump pump(io.vertx.core.streams.ReadStream<T>, io.vertx.core.streams.WriteStream<T>);
    descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;)Lio/vertx/core/streams/Pump;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/ReadStream<TT;>;Lio/vertx/core/streams/WriteStream<TT;>;)Lio/vertx/core/streams/Pump;
    MethodParameters:
      Name  Flags
      rs    
      ws    

  public abstract <T> io.vertx.core.streams.Pump pump(io.vertx.core.streams.ReadStream<T>, io.vertx.core.streams.WriteStream<T>, int);
    descriptor: (Lio/vertx/core/streams/ReadStream;Lio/vertx/core/streams/WriteStream;I)Lio/vertx/core/streams/Pump;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(Lio/vertx/core/streams/ReadStream<TT;>;Lio/vertx/core/streams/WriteStream<TT;>;I)Lio/vertx/core/streams/Pump;
    MethodParameters:
                   Name  Flags
      rs                 
      ws                 
      writeQueueMaxSize  
}
SourceFile: "PumpFactory.java"