final class reactor.core.publisher.MonoRetry<T> extends reactor.core.publisher.InternalMonoOperator<T, T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.MonoRetry
super_class: reactor.core.publisher.InternalMonoOperator
{
final long times;
descriptor: J
flags: (0x0010) ACC_FINAL
void <init>(reactor.core.publisher.Mono<? extends T>, );
descriptor: (Lreactor/core/publisher/Mono;J)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
invokespecial reactor.core.publisher.InternalMonoOperator.<init>:(Lreactor/core/publisher/Mono;)V
1: lload 2
lconst_0
lcmp
ifge 3
2: new java.lang.IllegalArgumentException
dup
ldc "times >= 0 required"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: reactor.core.publisher.MonoRetry reactor.core.publisher.Mono long
StackMap stack:
aload 0
lload 2
putfield reactor.core.publisher.MonoRetry.times:J
4: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lreactor/core/publisher/MonoRetry<TT;>;
0 5 1 source Lreactor/core/publisher/Mono<+TT;>;
0 5 2 times J
Signature: (Lreactor/core/publisher/Mono<+TT;>;J)V
MethodParameters:
Name Flags
source
times
public reactor.core.CoreSubscriber<? super T> subscribeOrReturn(reactor.core.CoreSubscriber<? super T>);
descriptor: (Lreactor/core/CoreSubscriber;)Lreactor/core/CoreSubscriber;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: new reactor.core.publisher.FluxRetry$RetrySubscriber
dup
aload 0
getfield reactor.core.publisher.MonoRetry.source:Lreactor/core/publisher/Mono;
1: aload 1
aload 0
getfield reactor.core.publisher.MonoRetry.times:J
2: invokespecial reactor.core.publisher.FluxRetry$RetrySubscriber.<init>:(Lreactor/core/CorePublisher;Lreactor/core/CoreSubscriber;J)V
astore 2
start local 2 3: aload 1
aload 2
invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
4: aload 2
invokevirtual reactor.core.publisher.FluxRetry$RetrySubscriber.isCancelled:()Z
ifne 6
5: aload 2
invokevirtual reactor.core.publisher.FluxRetry$RetrySubscriber.resubscribe:()V
6: StackMap locals: reactor.core.publisher.FluxRetry$RetrySubscriber
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lreactor/core/publisher/MonoRetry<TT;>;
0 7 1 actual Lreactor/core/CoreSubscriber<-TT;>;
3 7 2 parent Lreactor/core/publisher/FluxRetry$RetrySubscriber<TT;>;
Signature: (Lreactor/core/CoreSubscriber<-TT;>;)Lreactor/core/CoreSubscriber<-TT;>;
MethodParameters:
Name Flags
actual
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.InternalMonoOperator.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/MonoRetry<TT;>;
0 2 1 key Lreactor/core/Scannable$Attr;
MethodParameters:
Name Flags
key
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/InternalMonoOperator<TT;TT;>;
SourceFile: "MonoRetry.java"
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 RetrySubscriber = reactor.core.publisher.FluxRetry$RetrySubscriber of reactor.core.publisher.FluxRetry