public interface io.vertx.ext.unit.collect.EventBusCollector
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.unit.collect.EventBusCollector
  super_class: java.lang.Object
{
  public static final java.lang.String EVENT_TEST_SUITE_BEGIN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "testSuiteBegin"

  public static final java.lang.String EVENT_TEST_SUITE_END;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "testSuiteEnd"

  public static final java.lang.String EVENT_TEST_SUITE_ERROR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "testSuiteError"

  public static final java.lang.String EVENT_TEST_CASE_BEGIN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "testCaseBegin"

  public static final java.lang.String EVENT_TEST_CASE_END;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "testCaseEnd"

  public static io.vertx.ext.unit.collect.EventBusCollector create(io.vertx.core.Vertx, io.vertx.ext.unit.report.ReportingOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/unit/report/ReportingOptions;)Lio/vertx/ext/unit/collect/EventBusCollector;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.ext.unit.report.ReportingOptions options
         0: .line 63
            aload 1 /* options */
            invokevirtual io.vertx.ext.unit.report.ReportingOptions.getReporters:()Ljava/util/List;
            invokeinterface java.util.List.stream:()Ljava/util/stream/Stream;
            aload 0 /* vertx */
            invokedynamic apply(Lio/vertx/core/Vertx;)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/ext/unit/collect/EventBusCollector.lambda$0(Lio/vertx/core/Vertx;Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/Reporter; (6 itf)
                  (Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/Reporter;
            invokeinterface java.util.stream.Stream.map:(Ljava/util/function/Function;)Ljava/util/stream/Stream;
            invokedynamic apply()Ljava/util/function/IntFunction;
              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:
                  (I)Ljava/lang/Object;
                  io/vertx/ext/unit/collect/EventBusCollector.lambda$1(I)[Lio/vertx/ext/unit/report/Reporter; (6 itf)
                  (I)[Lio/vertx/ext/unit/report/Reporter;
            invokeinterface java.util.stream.Stream.toArray:(Ljava/util/function/IntFunction;)[Ljava/lang/Object;
            checkcast io.vertx.ext.unit.report.Reporter[]
            astore 2 /* reporters */
        start local 2 // io.vertx.ext.unit.report.Reporter[] reporters
         1: .line 64
            new io.vertx.ext.unit.impl.TestCompletionImpl
            dup
            aload 2 /* reporters */
            invokespecial io.vertx.ext.unit.impl.TestCompletionImpl.<init>:([Lio/vertx/ext/unit/report/Reporter;)V
            astore 3 /* reporter */
        start local 3 // io.vertx.ext.unit.impl.TestCompletionImpl reporter
         2: .line 65
            new io.vertx.ext.unit.collect.impl.EventBusCollectorImpl
            dup
            aload 0 /* vertx */
            aload 3 /* reporter */
            invokespecial io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)V
            areturn
        end local 3 // io.vertx.ext.unit.impl.TestCompletionImpl reporter
        end local 2 // io.vertx.ext.unit.report.Reporter[] reporters
        end local 1 // io.vertx.ext.unit.report.ReportingOptions options
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0      vertx  Lio/vertx/core/Vertx;
            0    3     1    options  Lio/vertx/ext/unit/report/ReportingOptions;
            1    3     2  reporters  [Lio/vertx/ext/unit/report/Reporter;
            2    3     3   reporter  Lio/vertx/ext/unit/impl/TestCompletionImpl;
    MethodParameters:
         Name  Flags
      vertx    
      options  

  public static io.vertx.ext.unit.collect.EventBusCollector create(io.vertx.core.Vertx, io.vertx.core.Handler<io.vertx.ext.unit.report.TestSuiteReport>);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)Lio/vertx/ext/unit/collect/EventBusCollector;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // io.vertx.core.Handler reporter
         0: .line 69
            new io.vertx.ext.unit.collect.impl.EventBusCollectorImpl
            dup
            aload 0 /* vertx */
            aload 1 /* reporter */
            invokespecial io.vertx.ext.unit.collect.impl.EventBusCollectorImpl.<init>:(Lio/vertx/core/Vertx;Lio/vertx/core/Handler;)V
            areturn
        end local 1 // io.vertx.core.Handler reporter
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0     vertx  Lio/vertx/core/Vertx;
            0    1     1  reporter  Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestSuiteReport;>;
    Signature: (Lio/vertx/core/Vertx;Lio/vertx/core/Handler<Lio/vertx/ext/unit/report/TestSuiteReport;>;)Lio/vertx/ext/unit/collect/EventBusCollector;
    MethodParameters:
          Name  Flags
      vertx     
      reporter  

  public abstract io.vertx.core.eventbus.MessageConsumer register(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
         Name  Flags
      address  

  public abstract io.vertx.core.Handler<io.vertx.core.eventbus.Message<io.vertx.core.json.JsonObject>> asMessageHandler();
    descriptor: ()Lio/vertx/core/Handler;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Lio/vertx/core/Handler<Lio/vertx/core/eventbus/Message<Lio/vertx/core/json/JsonObject;>;>;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.GenIgnore()
    RuntimeVisibleTypeAnnotations: 
      METHOD_RETURN
        io.vertx.codegen.annotations.GenIgnore()

  private static io.vertx.ext.unit.report.Reporter lambda$0(io.vertx.core.Vertx, io.vertx.ext.unit.report.ReportOptions);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/Reporter;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 1 // io.vertx.ext.unit.report.ReportOptions reportOptions
         0: .line 63
            aload 0
            aload 1 /* reportOptions */
            invokestatic io.vertx.ext.unit.report.Reporter.reporter:(Lio/vertx/core/Vertx;Lio/vertx/ext/unit/report/ReportOptions;)Lio/vertx/ext/unit/report/Reporter;
            areturn
        end local 1 // io.vertx.ext.unit.report.ReportOptions reportOptions
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     1  reportOptions  Lio/vertx/ext/unit/report/ReportOptions;

  private static io.vertx.ext.unit.report.Reporter[] lambda$1(int);
    descriptor: (I)[Lio/vertx/ext/unit/report/Reporter;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            iload 0
            anewarray io.vertx.ext.unit.report.Reporter
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "EventBusCollector.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.VertxGen()