class com.mongodb.operation.AsyncChangeStreamBatchCursor$1 implements com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.mongodb.operation.AsyncChangeStreamBatchCursor$1
super_class: java.lang.Object
{
final com.mongodb.operation.AsyncChangeStreamBatchCursor this$0;
descriptor: Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.mongodb.operation.AsyncChangeStreamBatchCursor);
descriptor: (Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$1.this$0:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
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$1;
MethodParameters:
Name Flags
this$0 final
public void apply(com.mongodb.async.AsyncAggregateResponseBatchCursor<org.bson.RawBsonDocument>, com.mongodb.async.SingleResultCallback<java.util.List<org.bson.RawBsonDocument>>);
descriptor: (Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;Lcom/mongodb/async/SingleResultCallback;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
aload 2
invokeinterface com.mongodb.async.AsyncAggregateResponseBatchCursor.next:(Lcom/mongodb/async/SingleResultCallback;)V
1: aload 0
getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$1.this$0:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
aload 1
invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor.cachePostBatchResumeToken:(Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;)V
2: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$1;
0 3 1 cursor Lcom/mongodb/async/AsyncAggregateResponseBatchCursor<Lorg/bson/RawBsonDocument;>;
0 3 2 callback Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<Lorg/bson/RawBsonDocument;>;>;
Signature: (Lcom/mongodb/async/AsyncAggregateResponseBatchCursor<Lorg/bson/RawBsonDocument;>;Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<Lorg/bson/RawBsonDocument;>;>;)V
MethodParameters:
Name Flags
cursor final
callback final
}
SourceFile: "AsyncChangeStreamBatchCursor.java"
EnclosingMethod: com.mongodb.operation.AsyncChangeStreamBatchCursor.next:(Lcom/mongodb/async/SingleResultCallback;)V
NestHost: com.mongodb.operation.AsyncChangeStreamBatchCursor
InnerClasses:
com.mongodb.operation.AsyncChangeStreamBatchCursor$1
private abstract AsyncBlock = com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock of com.mongodb.operation.AsyncChangeStreamBatchCursor