public interface org.springframework.transaction.ReactiveTransactionManager extends org.springframework.transaction.TransactionManager
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.transaction.ReactiveTransactionManager
super_class: java.lang.Object
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import reactor cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
public abstract Mono<org.springframework.transaction.ReactiveTransaction> getReactiveTransaction(org.springframework.transaction.TransactionDefinition);
descriptor: (Lorg/springframework/transaction/TransactionDefinition;)LMono;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.springframework.transaction.TransactionException
Signature: (Lorg/springframework/transaction/TransactionDefinition;)LMono<Lorg/springframework/transaction/ReactiveTransaction;>;
RuntimeVisibleParameterAnnotations:
0:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
definition
public abstract Mono<java.lang.Void> commit(org.springframework.transaction.ReactiveTransaction);
descriptor: (Lorg/springframework/transaction/ReactiveTransaction;)LMono;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.springframework.transaction.TransactionException
Signature: (Lorg/springframework/transaction/ReactiveTransaction;)LMono<Ljava/lang/Void;>;
MethodParameters:
Name Flags
transaction
public abstract Mono<java.lang.Void> rollback(org.springframework.transaction.ReactiveTransaction);
descriptor: (Lorg/springframework/transaction/ReactiveTransaction;)LMono;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.springframework.transaction.TransactionException
Signature: (Lorg/springframework/transaction/ReactiveTransaction;)LMono<Ljava/lang/Void;>;
MethodParameters:
Name Flags
transaction
}
SourceFile: "ReactiveTransactionManager.java"