public class org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator implements org.springframework.boot.actuate.health.ReactiveHealthIndicator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator
  super_class: java.lang.Object
{
  private final org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry registry;
    descriptor: Lorg/springframework/boot/actuate/health/ReactiveHealthIndicatorRegistry;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.springframework.boot.actuate.health.HealthAggregator healthAggregator;
    descriptor: Lorg/springframework/boot/actuate/health/HealthAggregator;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.Long timeout;
    descriptor: Ljava/lang/Long;
    flags: (0x0002) ACC_PRIVATE

  private org.springframework.boot.actuate.health.Health timeoutHealth;
    descriptor: Lorg/springframework/boot/actuate/health/Health;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.function.Function<Mono<org.springframework.boot.actuate.health.Health>, Mono<org.springframework.boot.actuate.health.Health>> timeoutCompose;
    descriptor: Ljava/util/function/Function;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Function<LMono<Lorg/springframework/boot/actuate/health/Health;>;LMono<Lorg/springframework/boot/actuate/health/Health;>;>;

  public void <init>(org.springframework.boot.actuate.health.HealthAggregator, org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry);
    descriptor: (Lorg/springframework/boot/actuate/health/HealthAggregator;Lorg/springframework/boot/actuate/health/ReactiveHealthIndicatorRegistry;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tThe import reactor cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tThe target type of this expression must be a functional interface\n\tMono cannot be resolved to a type\n\tFlux cannot be resolved\n\tTuple2 cannot be resolved\n\tTuple2 cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/CompositeReactiveHealthIndicator;
    MethodParameters:
                  Name  Flags
      healthAggregator  
      registry          

  public org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator timeoutStrategy(long, org.springframework.boot.actuate.health.Health);
    descriptor: (JLorg/springframework/boot/actuate/health/Health;)Lorg/springframework/boot/actuate/health/CompositeReactiveHealthIndicator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator this
         0: .line 71
            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.CompositeReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/CompositeReactiveHealthIndicator;
    MethodParameters:
               Name  Flags
      timeout        
      timeoutHealth  

  org.springframework.boot.actuate.health.ReactiveHealthIndicatorRegistry getRegistry();
    descriptor: ()Lorg/springframework/boot/actuate/health/ReactiveHealthIndicatorRegistry;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator this
         0: .line 77
            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.CompositeReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/CompositeReactiveHealthIndicator;

  public Mono<org.springframework.boot.actuate.health.Health> health();
    descriptor: ()LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator this
         0: .line 82
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tFlux cannot be resolved\n\tTuple2 cannot be resolved\n\tTuple2 cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.boot.actuate.health.CompositeReactiveHealthIndicator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/actuate/health/CompositeReactiveHealthIndicator;
    Signature: ()LMono<Lorg/springframework/boot/actuate/health/Health;>;
}
SourceFile: "CompositeReactiveHealthIndicator.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()