public interface org.springframework.transaction.reactive.TransactionalOperator
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.transaction.reactive.TransactionalOperator
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import reactor.core.publisher.Flux cannot be resolved\n\tThe import reactor.core.publisher.Mono cannot be resolved\n\tFlux cannot be resolved to a type\n\tFlux cannot be resolved to a type\n\tType mismatch: cannot convert from Flux<Object> to Flux<T>\n\tThis lambda expression refers to the missing type Publisher\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tFlux cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public <T> Flux<T> transactional(Flux<T>);
    descriptor: (LFlux;)LFlux;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.transaction.reactive.TransactionalOperator this
         0: .line 61
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.transaction.reactive.TransactionalOperator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/transaction/reactive/TransactionalOperator;
    Signature: <T:Ljava/lang/Object;>(LFlux<TT;>;)LFlux<TT;>;
    MethodParameters:
      Name  Flags
      flux  

  public abstract <T> Mono<T> transactional(Mono<T>);
    descriptor: (LMono;)LMono;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: <T:Ljava/lang/Object;>(LMono<TT;>;)LMono<TT;>;
    MethodParameters:
      Name  Flags
      mono  

  public abstract <T> Flux<T> execute(org.springframework.transaction.reactive.TransactionCallback<T>);
    descriptor: (Lorg/springframework/transaction/reactive/TransactionCallback;)LFlux;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.transaction.TransactionException
    Signature: <T:Ljava/lang/Object;>(Lorg/springframework/transaction/reactive/TransactionCallback<TT;>;)LFlux<TT;>;
    MethodParameters:
        Name  Flags
      action  

  public static org.springframework.transaction.reactive.TransactionalOperator create(org.springframework.transaction.ReactiveTransactionManager);
    descriptor: (Lorg/springframework/transaction/ReactiveTransactionManager;)Lorg/springframework/transaction/reactive/TransactionalOperator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                    Name  Flags
      transactionManager  

  public static org.springframework.transaction.reactive.TransactionalOperator create(org.springframework.transaction.ReactiveTransactionManager, org.springframework.transaction.TransactionDefinition);
    descriptor: (Lorg/springframework/transaction/ReactiveTransactionManager;Lorg/springframework/transaction/TransactionDefinition;)Lorg/springframework/transaction/reactive/TransactionalOperator;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
                       Name  Flags
      transactionManager     
      transactionDefinition  
}
SourceFile: "TransactionalOperator.java"