final class reactor.core.publisher.FluxOnBackpressureBufferStrategy<O> extends reactor.core.publisher.InternalFluxOperator<O, O>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.FluxOnBackpressureBufferStrategy
super_class: reactor.core.publisher.InternalFluxOperator
{
final java.util.function.Consumer<? super O> onBufferOverflow;
descriptor: Ljava/util/function/Consumer;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/function/Consumer<-TO;>;
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean delayError;
descriptor: Z
flags: (0x0010) ACC_FINAL
final reactor.core.publisher.BufferOverflowStrategy bufferOverflowStrategy;
descriptor: Lreactor/core/publisher/BufferOverflowStrategy;
flags: (0x0010) ACC_FINAL
void <init>(reactor.core.publisher.Flux<? extends O>, int, java.util.function.Consumer<? super O>, reactor.core.publisher.BufferOverflowStrategy);
descriptor: (Lreactor/core/publisher/Flux;ILjava/util/function/Consumer;Lreactor/core/publisher/BufferOverflowStrategy;)V
flags: (0x0000)
Code:
stack=3, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
invokespecial reactor.core.publisher.InternalFluxOperator.<init>:(Lreactor/core/publisher/Flux;)V
1: aload 0
iload 2
putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.bufferSize:I
2: aload 0
aload 3
putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.onBufferOverflow:Ljava/util/function/Consumer;
3: aload 0
aload 4
putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.bufferOverflowStrategy:Lreactor/core/publisher/BufferOverflowStrategy;
4: aload 0
aload 3
ifnonnull 5
aload 4
getstatic reactor.core.publisher.BufferOverflowStrategy.ERROR:Lreactor/core/publisher/BufferOverflowStrategy;
if_acmpeq 5
iconst_0
goto 6
StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy reactor.core.publisher.Flux int java.util.function.Consumer reactor.core.publisher.BufferOverflowStrategy
StackMap stack: reactor.core.publisher.FluxOnBackpressureBufferStrategy
5: iconst_1
StackMap locals: reactor.core.publisher.FluxOnBackpressureBufferStrategy reactor.core.publisher.Flux int java.util.function.Consumer reactor.core.publisher.BufferOverflowStrategy
StackMap stack: reactor.core.publisher.FluxOnBackpressureBufferStrategy int
6: putfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.delayError:Z
7: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lreactor/core/publisher/FluxOnBackpressureBufferStrategy<TO;>;
0 8 1 source Lreactor/core/publisher/Flux<+TO;>;
0 8 2 bufferSize I
0 8 3 onBufferOverflow Ljava/util/function/Consumer<-TO;>;
0 8 4 bufferOverflowStrategy Lreactor/core/publisher/BufferOverflowStrategy;
Signature: (Lreactor/core/publisher/Flux<+TO;>;ILjava/util/function/Consumer<-TO;>;Lreactor/core/publisher/BufferOverflowStrategy;)V
RuntimeVisibleParameterAnnotations:
0:
1:
2:
reactor.util.annotation.Nullable()
3:
MethodParameters:
Name Flags
source
bufferSize
onBufferOverflow
bufferOverflowStrategy
public reactor.core.CoreSubscriber<? super O> subscribeOrReturn(reactor.core.CoreSubscriber<? super O>);
descriptor: (Lreactor/core/CoreSubscriber;)Lreactor/core/CoreSubscriber;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=2
start local 0 start local 1 0: new reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
dup
aload 1
1: aload 0
getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.bufferSize:I
2: aload 0
getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.delayError:Z
aload 0
getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.onBufferOverflow:Ljava/util/function/Consumer;
aload 0
getfield reactor.core.publisher.FluxOnBackpressureBufferStrategy.bufferOverflowStrategy:Lreactor/core/publisher/BufferOverflowStrategy;
3: invokespecial reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber.<init>:(Lreactor/core/CoreSubscriber;IZLjava/util/function/Consumer;Lreactor/core/publisher/BufferOverflowStrategy;)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/FluxOnBackpressureBufferStrategy<TO;>;
0 4 1 actual Lreactor/core/CoreSubscriber<-TO;>;
Signature: (Lreactor/core/CoreSubscriber<-TO;>;)Lreactor/core/CoreSubscriber<-TO;>;
MethodParameters:
Name Flags
actual
public int getPrefetch();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: ldc 2147483647
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/FluxOnBackpressureBufferStrategy<TO;>;
public java.lang.Object scanUnsafe(reactor.core.Scannable$Attr);
descriptor: (Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
if_acmpne 1
getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
areturn
1: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial reactor.core.publisher.InternalFluxOperator.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxOnBackpressureBufferStrategy<TO;>;
0 2 1 key Lreactor/core/Scannable$Attr;
MethodParameters:
Name Flags
key
}
Signature: <O:Ljava/lang/Object;>Lreactor/core/publisher/InternalFluxOperator<TO;TO;>;
SourceFile: "FluxOnBackpressureBufferStrategy.java"
NestMembers:
reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber
InnerClasses:
public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
final BackpressureBufferDropOldestSubscriber = reactor.core.publisher.FluxOnBackpressureBufferStrategy$BackpressureBufferDropOldestSubscriber of reactor.core.publisher.FluxOnBackpressureBufferStrategy