public interface org.springframework.boot.actuate.health.ReactiveHealthIndicator extends org.springframework.boot.actuate.health.ReactiveHealthContributor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.boot.actuate.health.ReactiveHealthIndicator
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe method health() from the type ReactiveHealthIndicator refers to the missing type Mono\n\tMono cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Mono<org.springframework.boot.actuate.health.Health> getHealth(boolean);
    descriptor: (Z)LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.actuate.health.ReactiveHealthIndicator this
         0: .line 41
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.ReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/ReactiveHealthIndicator;
    Signature: (Z)LMono<Lorg/springframework/boot/actuate/health/Health;>;
    MethodParameters:
                Name  Flags
      includeDetails  

  public abstract Mono<org.springframework.boot.actuate.health.Health> health();
    descriptor: ()LMono;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()LMono<Lorg/springframework/boot/actuate/health/Health;>;
}
SourceFile: "ReactiveHealthIndicator.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()