public class io.vertx.reactivex.redis.sentinel.RedisSentinel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.redis.sentinel.RedisSentinel
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.redis.sentinel.RedisSentinel> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/redis/sentinel/RedisSentinel;>;

  private final io.vertx.redis.sentinel.RedisSentinel delegate;
    descriptor: Lio/vertx/redis/sentinel/RedisSentinel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 58
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()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/reactivex/redis/sentinel/RedisSentinel.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 59
            invokedynamic apply()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/reactivex/redis/sentinel/RedisSentinel.getDelegate()Lio/vertx/redis/sentinel/RedisSentinel; (5)
                  (Lio/vertx/reactivex/redis/sentinel/RedisSentinel;)Ljava/lang/Object;
         2: .line 58
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.redis.sentinel.RedisSentinel.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 42
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.Object o
         0: .line 47
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 48
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 49
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.redis.sentinel.RedisSentinel
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.redis.sentinel.RedisSentinel that
         4: .line 50
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 2 /* that */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.redis.sentinel.RedisSentinel that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;

  public void <init>(io.vertx.redis.sentinel.RedisSentinel);
    descriptor: (Lio/vertx/redis/sentinel/RedisSentinel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // io.vertx.redis.sentinel.RedisSentinel delegate
         0: .line 64
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
         2: .line 66
            return
        end local 1 // io.vertx.redis.sentinel.RedisSentinel delegate
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    3     1  delegate  Lio/vertx/redis/sentinel/RedisSentinel;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.redis.sentinel.RedisSentinel getDelegate();
    descriptor: ()Lio/vertx/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 69
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            areturn
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;

  public static io.vertx.reactivex.redis.sentinel.RedisSentinel create(io.vertx.reactivex.core.Vertx);
    descriptor: (Lio/vertx/reactivex/core/Vertx;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.reactivex.core.Vertx vertx
         0: .line 73
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            invokestatic io.vertx.redis.sentinel.RedisSentinel.create:(Lio/vertx/core/Vertx;)Lio/vertx/redis/sentinel/RedisSentinel;
            invokestatic io.vertx.reactivex.redis.sentinel.RedisSentinel.newInstance:(Lio/vertx/redis/sentinel/RedisSentinel;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            astore 1 /* ret */
        start local 1 // io.vertx.reactivex.redis.sentinel.RedisSentinel ret
         1: .line 74
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.reactivex.redis.sentinel.RedisSentinel ret
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  vertx  Lio/vertx/reactivex/core/Vertx;
            1    2     1    ret  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
       Name  Flags
      vertx  

  public static io.vertx.reactivex.redis.sentinel.RedisSentinel create(io.vertx.reactivex.core.Vertx, io.vertx.core.json.JsonObject);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.core.json.JsonObject config
         0: .line 78
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* config */
            invokestatic io.vertx.redis.sentinel.RedisSentinel.create:(Lio/vertx/core/Vertx;Lio/vertx/core/json/JsonObject;)Lio/vertx/redis/sentinel/RedisSentinel;
            invokestatic io.vertx.reactivex.redis.sentinel.RedisSentinel.newInstance:(Lio/vertx/redis/sentinel/RedisSentinel;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            astore 2 /* ret */
        start local 2 // io.vertx.reactivex.redis.sentinel.RedisSentinel ret
         1: .line 79
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.reactivex.redis.sentinel.RedisSentinel ret
        end local 1 // io.vertx.core.json.JsonObject config
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0   vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  config  Lio/vertx/core/json/JsonObject;
            1    2     2     ret  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
        Name  Flags
      vertx   
      config  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // io.vertx.core.Handler handler
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.close:(Lio/vertx/core/Handler;)V
         1: .line 88
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 95
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;

  public io.vertx.reactivex.redis.sentinel.RedisSentinel masters(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // io.vertx.core.Handler handler
         0: .line 106
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.masters:(Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 107
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxMasters();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    Signature: ()Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;

  public io.vertx.reactivex.redis.sentinel.RedisSentinel master(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 127
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* name */
            aload 2 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.master:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 128
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      name     
      handler  

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxMaster(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 137
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.redis.sentinel.RedisSentinel slaves(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 149
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* name */
            aload 2 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.slaves:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 150
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      name     
      handler  

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxSlaves(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 159
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.redis.sentinel.RedisSentinel sentinels(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 171
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* name */
            aload 2 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.sentinels:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 172
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      name     
      handler  

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxSentinels(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 181
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.redis.sentinel.RedisSentinel getMasterAddrByName(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 195
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* name */
            aload 2 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.getMasterAddrByName:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 196
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      name     
      handler  

  public io.reactivex.Single<io.vertx.core.json.JsonArray> rxGetMasterAddrByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 207
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.redis.sentinel.RedisSentinel reset(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.String pattern
        start local 2 // io.vertx.core.Handler handler
         0: .line 221
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* pattern */
            aload 2 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.reset:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 222
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String pattern
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1  pattern  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      pattern  
      handler  

  public io.reactivex.Completable rxReset(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 233
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      pattern  

  public io.vertx.reactivex.redis.sentinel.RedisSentinel failover(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 247
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* name */
            aload 2 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.failover:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 248
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      name     
      handler  

  public io.reactivex.Single<java.lang.String> rxFailover(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 259
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.redis.sentinel.RedisSentinel ckquorum(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // java.lang.String name
        start local 2 // io.vertx.core.Handler handler
         0: .line 273
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* name */
            aload 2 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.ckquorum:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 274
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String name
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1     name  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      name     
      handler  

  public io.reactivex.Single<java.lang.String> rxCkquorum(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 285
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Ljava/lang/String;>;
    MethodParameters:
      Name  Flags
      name  

  public io.vertx.reactivex.redis.sentinel.RedisSentinel flushConfig(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
        start local 1 // io.vertx.core.Handler handler
         0: .line 302
            aload 0 /* this */
            getfield io.vertx.reactivex.redis.sentinel.RedisSentinel.delegate:Lio/vertx/redis/sentinel/RedisSentinel;
            aload 1 /* handler */
            invokeinterface io.vertx.redis.sentinel.RedisSentinel.flushConfig:(Lio/vertx/core/Handler;)Lio/vertx/redis/sentinel/RedisSentinel;
            pop
         1: .line 303
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxFlushConfig();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
         0: .line 317
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.redis.sentinel.RedisSentinel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/redis/sentinel/RedisSentinel;

  public static io.vertx.reactivex.redis.sentinel.RedisSentinel newInstance(io.vertx.redis.sentinel.RedisSentinel);
    descriptor: (Lio/vertx/redis/sentinel/RedisSentinel;)Lio/vertx/reactivex/redis/sentinel/RedisSentinel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.redis.sentinel.RedisSentinel arg
         0: .line 324
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.redis.sentinel.RedisSentinel
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.redis.sentinel.RedisSentinel.<init>:(Lio/vertx/redis/sentinel/RedisSentinel;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.redis.sentinel.RedisSentinel
         2: areturn
        end local 0 // io.vertx.redis.sentinel.RedisSentinel arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/redis/sentinel/RedisSentinel;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 58
            new io.vertx.reactivex.redis.sentinel.RedisSentinel
            dup
            aload 0 /* obj */
            checkcast io.vertx.redis.sentinel.RedisSentinel
            invokespecial io.vertx.reactivex.redis.sentinel.RedisSentinel.<init>:(Lio/vertx/redis/sentinel/RedisSentinel;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "RedisSentinel.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/redis/sentinel/RedisSentinel;)