public abstract class org.springframework.transaction.reactive.ReactiveResourceSynchronization<O, K> implements org.springframework.transaction.reactive.TransactionSynchronization
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.transaction.reactive.ReactiveResourceSynchronization
  super_class: java.lang.Object
{
  private final O resourceObject;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TO;

  private final K resourceKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TK;

  private final org.springframework.transaction.reactive.TransactionSynchronizationManager synchronizationManager;
    descriptor: Lorg/springframework/transaction/reactive/TransactionSynchronizationManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile boolean holderActive;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public void <init>(O, K, org.springframework.transaction.reactive.TransactionSynchronizationManager);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Lorg/springframework/transaction/reactive/TransactionSynchronizationManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
        start local 1 // java.lang.Object resourceObject
        start local 2 // java.lang.Object resourceKey
        start local 3 // org.springframework.transaction.reactive.TransactionSynchronizationManager synchronizationManager
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 39
            aload 0 /* this */
            iconst_1
            putfield org.springframework.transaction.reactive.ReactiveResourceSynchronization.holderActive:Z
         2: .line 52
            aload 0 /* this */
            aload 1 /* resourceObject */
            putfield org.springframework.transaction.reactive.ReactiveResourceSynchronization.resourceObject:Ljava/lang/Object;
         3: .line 53
            aload 0 /* this */
            aload 2 /* resourceKey */
            putfield org.springframework.transaction.reactive.ReactiveResourceSynchronization.resourceKey:Ljava/lang/Object;
         4: .line 54
            aload 0 /* this */
            aload 3 /* synchronizationManager */
            putfield org.springframework.transaction.reactive.ReactiveResourceSynchronization.synchronizationManager:Lorg/springframework/transaction/reactive/TransactionSynchronizationManager;
         5: .line 55
            return
        end local 3 // org.springframework.transaction.reactive.TransactionSynchronizationManager synchronizationManager
        end local 2 // java.lang.Object resourceKey
        end local 1 // java.lang.Object resourceObject
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    6     0                    this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
            0    6     1          resourceObject  TO;
            0    6     2             resourceKey  TK;
            0    6     3  synchronizationManager  Lorg/springframework/transaction/reactive/TransactionSynchronizationManager;
    Signature: (TO;TK;Lorg/springframework/transaction/reactive/TransactionSynchronizationManager;)V
    MethodParameters:
                        Name  Flags
      resourceObject          
      resourceKey             
      synchronizationManager  

  public Mono<java.lang.Void> suspend();
    descriptor: ()LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: ()LMono<Ljava/lang/Void;>;

  public Mono<java.lang.Void> resume();
    descriptor: ()LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 67
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: ()LMono<Ljava/lang/Void;>;

  public Mono<java.lang.Void> beforeCommit(boolean);
    descriptor: (Z)LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: (Z)LMono<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      readOnly  

  public Mono<java.lang.Void> beforeCompletion();
    descriptor: ()LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 80
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tThe method releaseResource(O, K) from the type ReactiveResourceSynchronization<O,K> refers to the missing type Mono\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: ()LMono<Ljava/lang/Void;>;

  public Mono<java.lang.Void> afterCommit();
    descriptor: ()LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tThe method processResourceAfterCommit(O) from the type ReactiveResourceSynchronization<O,K> refers to the missing type Mono\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: ()LMono<Ljava/lang/Void;>;

  public Mono<java.lang.Void> afterCompletion(int);
    descriptor: (I)LMono;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 100
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: (I)LMono<Ljava/lang/Void;>;
    MethodParameters:
        Name  Flags
      status  

  protected boolean shouldUnbindAtCompletion();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 134
            iconst_1
            ireturn
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;

  protected boolean shouldReleaseBeforeCompletion();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 147
            iconst_1
            ireturn
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;

  protected boolean shouldReleaseAfterCompletion();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
        start local 1 // java.lang.Object resourceHolder
         0: .line 158
            aload 0 /* this */
            invokevirtual org.springframework.transaction.reactive.ReactiveResourceSynchronization.shouldReleaseBeforeCompletion:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // java.lang.Object resourceHolder
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
            0    3     1  resourceHolder  TO;
    Signature: (TO;)Z
    MethodParameters:
                Name  Flags
      resourceHolder  

  protected Mono<java.lang.Void> processResourceAfterCommit(O);
    descriptor: (Ljava/lang/Object;)LMono;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 167
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: (TO;)LMono<Ljava/lang/Void;>;
    MethodParameters:
                Name  Flags
      resourceHolder  

  protected Mono<java.lang.Void> releaseResource(O, K);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)LMono;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 176
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: (TO;TK;)LMono<Ljava/lang/Void;>;
    MethodParameters:
                Name  Flags
      resourceHolder  
      resourceKey     

  protected Mono<java.lang.Void> cleanupResource(O, K, boolean);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Z)LMono;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
         0: .line 187
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tMono cannot be resolved to a type\n\tMono cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.ReactiveResourceSynchronization this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/ReactiveResourceSynchronization<TO;TK;>;
    Signature: (TO;TK;Z)LMono<Ljava/lang/Void;>;
    MethodParameters:
                Name  Flags
      resourceHolder  
      resourceKey     
      committed       

  public Mono beforeCompletion();
    descriptor: ()LMono;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.transaction.reactive.ReactiveResourceSynchronization.beforeCompletion:()LMono;
            checkcast Mono
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Mono beforeCommit(boolean);
    descriptor: (Z)LMono;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.springframework.transaction.reactive.ReactiveResourceSynchronization.beforeCommit:(Z)LMono;
            checkcast Mono
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Mono suspend();
    descriptor: ()LMono;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.transaction.reactive.ReactiveResourceSynchronization.suspend:()LMono;
            checkcast Mono
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Mono afterCompletion(int);
    descriptor: (I)LMono;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual org.springframework.transaction.reactive.ReactiveResourceSynchronization.afterCompletion:(I)LMono;
            checkcast Mono
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Mono afterCommit();
    descriptor: ()LMono;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.transaction.reactive.ReactiveResourceSynchronization.afterCommit:()LMono;
            checkcast Mono
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public Mono resume();
    descriptor: ()LMono;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.springframework.transaction.reactive.ReactiveResourceSynchronization.resume:()LMono;
            checkcast Mono
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <O:Ljava/lang/Object;K:Ljava/lang/Object;>Ljava/lang/Object;Lorg/springframework/transaction/reactive/TransactionSynchronization;
SourceFile: "ReactiveResourceSynchronization.java"