public class org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.metrics.amqp.RabbitMetrics
  super_class: java.lang.Object
{
  private final java.lang.Iterable<Tag> tags;
    descriptor: Ljava/lang/Iterable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/Iterable<LTag;>;

  private final ConnectionFactory connectionFactory;
    descriptor: LConnectionFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(ConnectionFactory, java.lang.Iterable<Tag>);
    descriptor: (LConnectionFactory;Ljava/lang/Iterable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.metrics.amqp.RabbitMetrics this
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.rabbitmq cannot be resolved\n\tThe import com.rabbitmq cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tThe import io cannot be resolved\n\tMeterBinder cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tTag cannot be resolved to a type\n\tMeterRegistry cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tMicrometerMetricsCollector cannot be resolved to a type\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.amqp.RabbitMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/amqp/RabbitMetrics;
    Signature: (LConnectionFactory;Ljava/lang/Iterable<LTag;>;)V
    MethodParameters:
                   Name  Flags
      connectionFactory  
      tags               

  public void bindTo(MeterRegistry);
    descriptor: (LMeterRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.metrics.amqp.RabbitMetrics this
         0: .line 54
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMeterRegistry cannot be resolved to a type\n\tConnectionFactory cannot be resolved to a type\n\tMicrometerMetricsCollector cannot be resolved to a type\n\tTag cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.metrics.amqp.RabbitMetrics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/metrics/amqp/RabbitMetrics;
    MethodParameters:
          Name  Flags
      registry  
}
SourceFile: "RabbitMetrics.java"