class com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1 implements com.mongodb.async.SingleResultCallback<com.mongodb.async.AsyncBatchCursor<T>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1
super_class: java.lang.Object
{
final com.mongodb.operation.AsyncChangeStreamBatchCursor$5 this$1;
descriptor: Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.async.SingleResultCallback val$callback;
descriptor: Lcom/mongodb/async/SingleResultCallback;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock val$asyncBlock;
descriptor: Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final boolean val$tryNext;
descriptor: Z
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.operation.AsyncChangeStreamBatchCursor$5, com.mongodb.async.SingleResultCallback, com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock, boolean);
descriptor: (Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;Lcom/mongodb/async/SingleResultCallback;Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;Z)V
flags: (0x0000)
Code:
stack=2, locals=5, args_size=5
start local 0 0: aload 0
aload 1
putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
aload 0
aload 2
putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
aload 0
aload 3
putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$asyncBlock:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
aload 0
iload 4
putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$tryNext:Z
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5$1;
MethodParameters:
Name Flags
this$0 final
val$callback final
val$asyncBlock final
val$tryNext final
public void onResult(com.mongodb.async.AsyncBatchCursor<T>, java.lang.Throwable);
descriptor: (Lcom/mongodb/async/AsyncBatchCursor;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
ifnull 3
1: aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
aconst_null
aload 2
invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
2: goto 6
3: StackMap locals:
StackMap stack:
aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
invokestatic com.mongodb.operation.AsyncChangeStreamBatchCursor$5.access$0:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;)Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
aload 1
checkcast com.mongodb.operation.AsyncChangeStreamBatchCursor
invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor.getWrapped:()Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;
putfield com.mongodb.operation.AsyncChangeStreamBatchCursor.wrapped:Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;
4: aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
invokestatic com.mongodb.operation.AsyncChangeStreamBatchCursor$5.access$0:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;)Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor.binding:Lcom/mongodb/binding/AsyncReadBinding;
invokeinterface com.mongodb.binding.AsyncReadBinding.release:()V
5: aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.this$1:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;
invokestatic com.mongodb.operation.AsyncChangeStreamBatchCursor$5.access$0:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5;)Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$asyncBlock:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$callback:Lcom/mongodb/async/SingleResultCallback;
aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.val$tryNext:Z
invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor.resumeableOperation:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;Lcom/mongodb/async/SingleResultCallback;Z)V
6: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$5$1;
0 7 1 result Lcom/mongodb/async/AsyncBatchCursor<TT;>;
0 7 2 t Ljava/lang/Throwable;
Signature: (Lcom/mongodb/async/AsyncBatchCursor<TT;>;Ljava/lang/Throwable;)V
MethodParameters:
Name Flags
result final
t final
public void onResult(java.lang.Object, java.lang.Throwable);
descriptor: (Ljava/lang/Object;Ljava/lang/Throwable;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast com.mongodb.async.AsyncBatchCursor
aload 2
invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1.onResult:(Lcom/mongodb/async/AsyncBatchCursor;Ljava/lang/Throwable;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Lcom/mongodb/async/AsyncBatchCursor<TT;>;>;
SourceFile: "AsyncChangeStreamBatchCursor.java"
EnclosingMethod: com.mongodb.operation.AsyncChangeStreamBatchCursor$5.call:(Lcom/mongodb/binding/AsyncConnectionSource;Ljava/lang/Throwable;)V
NestHost: com.mongodb.operation.AsyncChangeStreamBatchCursor
InnerClasses:
com.mongodb.operation.AsyncChangeStreamBatchCursor$5
com.mongodb.operation.AsyncChangeStreamBatchCursor$5$1
private abstract AsyncBlock = com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock of com.mongodb.operation.AsyncChangeStreamBatchCursor