public class org.springframework.boot.rsocket.context.RSocketServerInitializedEvent extends org.springframework.context.ApplicationEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
  super_class: org.springframework.context.ApplicationEvent
{
  public void <init>(org.springframework.boot.rsocket.server.RSocketServer);
    descriptor: (Lorg/springframework/boot/rsocket/server/RSocketServer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerInitializedEvent this
        start local 1 // org.springframework.boot.rsocket.server.RSocketServer server
         0: .line 33
            aload 0 /* this */
            aload 1 /* server */
            invokespecial org.springframework.context.ApplicationEvent.<init>:(Ljava/lang/Object;)V
         1: .line 34
            return
        end local 1 // org.springframework.boot.rsocket.server.RSocketServer server
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerInitializedEvent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/springframework/boot/rsocket/context/RSocketServerInitializedEvent;
            0    2     1  server  Lorg/springframework/boot/rsocket/server/RSocketServer;
    MethodParameters:
        Name  Flags
      server  

  public org.springframework.boot.rsocket.server.RSocketServer getServer();
    descriptor: ()Lorg/springframework/boot/rsocket/server/RSocketServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerInitializedEvent this
         0: .line 41
            aload 0 /* this */
            invokevirtual org.springframework.boot.rsocket.context.RSocketServerInitializedEvent.getSource:()Lorg/springframework/boot/rsocket/server/RSocketServer;
            areturn
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerInitializedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/context/RSocketServerInitializedEvent;

  public org.springframework.boot.rsocket.server.RSocketServer getSource();
    descriptor: ()Lorg/springframework/boot/rsocket/server/RSocketServer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.boot.rsocket.context.RSocketServerInitializedEvent this
         0: .line 50
            aload 0 /* this */
            invokespecial org.springframework.context.ApplicationEvent.getSource:()Ljava/lang/Object;
            checkcast org.springframework.boot.rsocket.server.RSocketServer
            areturn
        end local 0 // org.springframework.boot.rsocket.context.RSocketServerInitializedEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/boot/rsocket/context/RSocketServerInitializedEvent;

  public java.lang.Object getSource();
    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 org.springframework.boot.rsocket.context.RSocketServerInitializedEvent.getSource:()Lorg/springframework/boot/rsocket/server/RSocketServer;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "RSocketServerInitializedEvent.java"