class io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference<X> extends io.vertx.servicediscovery.types.AbstractServiceReference<io.vertx.core.eventbus.MessageConsumer<X>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference
  super_class: io.vertx.servicediscovery.types.AbstractServiceReference
{
  final io.vertx.servicediscovery.types.impl.MessageSourceImpl this$0;
    descriptor: Lio/vertx/servicediscovery/types/impl/MessageSourceImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.servicediscovery.types.impl.MessageSourceImpl, io.vertx.core.Vertx, io.vertx.servicediscovery.ServiceDiscovery, io.vertx.servicediscovery.Record);
    descriptor: (Lio/vertx/servicediscovery/types/impl/MessageSourceImpl;Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference this
        start local 2 // io.vertx.core.Vertx vertx
        start local 3 // io.vertx.servicediscovery.ServiceDiscovery discovery
        start local 4 // io.vertx.servicediscovery.Record record
         0: .line 59
            aload 0 /* this */
            aload 1
            putfield io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference.this$0:Lio/vertx/servicediscovery/types/impl/MessageSourceImpl;
         1: .line 60
            aload 0 /* this */
            aload 2 /* vertx */
            aload 3 /* discovery */
            aload 4 /* record */
            invokespecial io.vertx.servicediscovery.types.AbstractServiceReference.<init>:(Lio/vertx/core/Vertx;Lio/vertx/servicediscovery/ServiceDiscovery;Lio/vertx/servicediscovery/Record;)V
         2: .line 61
            return
        end local 4 // io.vertx.servicediscovery.Record record
        end local 3 // io.vertx.servicediscovery.ServiceDiscovery discovery
        end local 2 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/vertx/servicediscovery/types/impl/MessageSourceImpl$MessageSourceReference<TX;>;
            0    3     2      vertx  Lio/vertx/core/Vertx;
            0    3     3  discovery  Lio/vertx/servicediscovery/ServiceDiscovery;
            0    3     4     record  Lio/vertx/servicediscovery/Record;
    MethodParameters:
           Name  Flags
      this$0     final
      vertx      
      discovery  
      record     

  public io.vertx.core.eventbus.MessageConsumer<X> retrieve();
    descriptor: ()Lio/vertx/core/eventbus/MessageConsumer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference.vertx:Lio/vertx/core/Vertx;
            invokeinterface io.vertx.core.Vertx.eventBus:()Lio/vertx/core/eventbus/EventBus;
            aload 0 /* this */
            invokevirtual io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference.record:()Lio/vertx/servicediscovery/Record;
            invokevirtual io.vertx.servicediscovery.Record.getLocation:()Lio/vertx/core/json/JsonObject;
            ldc "endpoint"
            invokevirtual io.vertx.core.json.JsonObject.getString:(Ljava/lang/String;)Ljava/lang/String;
            invokeinterface io.vertx.core.eventbus.EventBus.consumer:(Ljava/lang/String;)Lio/vertx/core/eventbus/MessageConsumer;
            areturn
        end local 0 // io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/servicediscovery/types/impl/MessageSourceImpl$MessageSourceReference<TX;>;
    Signature: ()Lio/vertx/core/eventbus/MessageConsumer<TX;>;

  protected void onClose();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference this
         0: .line 75
            aload 0 /* this */
            getfield io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference.service:Ljava/lang/Object;
            checkcast io.vertx.core.eventbus.MessageConsumer
            invokeinterface io.vertx.core.eventbus.MessageConsumer.unregister:()V
         1: .line 76
            return
        end local 0 // io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/servicediscovery/types/impl/MessageSourceImpl$MessageSourceReference<TX;>;

  public java.lang.Object retrieve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference.retrieve:()Lio/vertx/core/eventbus/MessageConsumer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <X:Ljava/lang/Object;>Lio/vertx/servicediscovery/types/AbstractServiceReference<Lio/vertx/core/eventbus/MessageConsumer<TX;>;>;
SourceFile: "MessageSourceImpl.java"
NestHost: io.vertx.servicediscovery.types.impl.MessageSourceImpl
InnerClasses:
  private MessageSourceReference = io.vertx.servicediscovery.types.impl.MessageSourceImpl$MessageSourceReference of io.vertx.servicediscovery.types.impl.MessageSourceImpl