public interface org.springframework.http.ReactiveHttpOutputMessage extends org.springframework.http.HttpMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.http.ReactiveHttpOutputMessage
  super_class: java.lang.Object
{
  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 21
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.reactivestreams.Publisher cannot be resolved\n\tThe import reactor.core.publisher.Mono cannot be resolved\n\tMono cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tMono cannot be resolved to a type\n\tPublisher cannot be resolved to a type\n\tPublisher 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 org.springframework.core.io.buffer.DataBufferFactory bufferFactory();
    descriptor: ()Lorg/springframework/core/io/buffer/DataBufferFactory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void beforeCommit(java.util.function.Supplier<? extends Mono<java.lang.Void>>);
    descriptor: (Ljava/util/function/Supplier;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Ljava/util/function/Supplier<+LMono<Ljava/lang/Void;>;>;)V
    MethodParameters:
        Name  Flags
      action  

  public abstract boolean isCommitted();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract Mono<java.lang.Void> writeWith(Publisher<? extends org.springframework.core.io.buffer.DataBuffer>);
    descriptor: (LPublisher;)LMono;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (LPublisher<+Lorg/springframework/core/io/buffer/DataBuffer;>;)LMono<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  public abstract Mono<java.lang.Void> writeAndFlushWith(Publisher<? extends Publisher<? extends org.springframework.core.io.buffer.DataBuffer>>);
    descriptor: (LPublisher;)LMono;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (LPublisher<+LPublisher<+Lorg/springframework/core/io/buffer/DataBuffer;>;>;)LMono<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      body  

  public abstract Mono<java.lang.Void> setComplete();
    descriptor: ()LMono;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()LMono<Ljava/lang/Void;>;
}
SourceFile: "ReactiveHttpOutputMessage.java"