public class examples.ServiceDiscoveryBackendRedisExamples
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: examples.ServiceDiscoveryBackendRedisExamples
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // examples.ServiceDiscoveryBackendRedisExamples this
         0: .line 29
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // examples.ServiceDiscoveryBackendRedisExamples this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lexamples/ServiceDiscoveryBackendRedisExamples;

  public void configuration1(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // examples.ServiceDiscoveryBackendRedisExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 32
            aload 1 /* vertx */
            new io.vertx.servicediscovery.ServiceDiscoveryOptions
            dup
            invokespecial io.vertx.servicediscovery.ServiceDiscoveryOptions.<init>:()V
         1: .line 34
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 35
            ldc "connectionString"
            ldc "redis://localhost:6379"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
         3: .line 36
            ldc "key"
            ldc "records"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
         4: .line 33
            invokevirtual io.vertx.servicediscovery.ServiceDiscoveryOptions.setBackendConfiguration:(Lio/vertx/core/json/JsonObject;)Lio/vertx/servicediscovery/ServiceDiscoveryOptions;
         5: .line 32
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)Lio/vertx/servicediscovery/ServiceDiscovery;
            pop
         6: .line 38
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ServiceDiscoveryBackendRedisExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lexamples/ServiceDiscoveryBackendRedisExamples;
            0    7     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  

  public void configuration2(io.vertx.core.Vertx);
    descriptor: (Lio/vertx/core/Vertx;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // examples.ServiceDiscoveryBackendRedisExamples this
        start local 1 // io.vertx.core.Vertx vertx
         0: .line 41
            aload 1 /* vertx */
         1: .line 42
            new io.vertx.servicediscovery.ServiceDiscoveryOptions
            dup
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
         2: .line 43
            ldc "backendConfiguration"
         3: .line 44
            new io.vertx.core.json.JsonObject
            dup
            invokespecial io.vertx.core.json.JsonObject.<init>:()V
            ldc "connectionString"
            ldc "redis://localhost:6379"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
            ldc "key"
            ldc "my-records"
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
         4: .line 43
            invokevirtual io.vertx.core.json.JsonObject.put:(Ljava/lang/String;Ljava/lang/Object;)Lio/vertx/core/json/JsonObject;
         5: .line 42
            invokespecial io.vertx.servicediscovery.ServiceDiscoveryOptions.<init>:(Lio/vertx/core/json/JsonObject;)V
         6: .line 41
            invokestatic io.vertx.servicediscovery.ServiceDiscovery.create:(Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscoveryOptions;)Lio/vertx/servicediscovery/ServiceDiscovery;
            pop
         7: .line 46
            return
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // examples.ServiceDiscoveryBackendRedisExamples this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lexamples/ServiceDiscoveryBackendRedisExamples;
            0    8     1  vertx  Lio/vertx/core/Vertx;
    MethodParameters:
       Name  Flags
      vertx  
}
SourceFile: "ServiceDiscoveryBackendRedisExamples.java"