class com.mongodb.operation.AsyncChangeStreamBatchCursor$4 implements com.mongodb.async.SingleResultCallback<java.util.List<org.bson.RawBsonDocument>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.mongodb.operation.AsyncChangeStreamBatchCursor$4
  super_class: java.lang.Object
{
  final com.mongodb.operation.AsyncChangeStreamBatchCursor this$0;
    descriptor: Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
    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

  void <init>(com.mongodb.operation.AsyncChangeStreamBatchCursor, com.mongodb.async.SingleResultCallback, com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock);
    descriptor: (Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;Lcom/mongodb/async/SingleResultCallback;Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$4 this
         0: .line 159
            aload 0 /* this */
            aload 1
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.this$0:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
            aload 0 /* this */
            aload 2
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.val$callback:Lcom/mongodb/async/SingleResultCallback;
            aload 0 /* this */
            aload 3
            putfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.val$asyncBlock:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$4;
    MethodParameters:
                Name  Flags
      this$0          final
      val$callback    final
      val$asyncBlock  final

  public void onResult(java.util.List<org.bson.RawBsonDocument>, java.lang.Throwable);
    descriptor: (Ljava/util/List;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$4 this
        start local 1 // java.util.List result
        start local 2 // java.lang.Throwable t
         0: .line 162
            aload 2 /* t */
            ifnonnull 3
         1: .line 163
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.val$callback:Lcom/mongodb/async/SingleResultCallback;
            aload 1 /* result */
            aconst_null
            invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         2: .line 164
            goto 8
      StackMap locals:
      StackMap stack:
         3: aload 2 /* t */
            invokestatic com.mongodb.operation.ChangeStreamBatchCursorHelper.isRetryableError:(Ljava/lang/Throwable;)Z
            ifeq 7
         4: .line 165
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.this$0:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor.wrapped:Lcom/mongodb/async/AsyncAggregateResponseBatchCursor;
            invokeinterface com.mongodb.async.AsyncAggregateResponseBatchCursor.close:()V
         5: .line 166
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.this$0:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor;
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.val$asyncBlock:Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.val$callback:Lcom/mongodb/async/SingleResultCallback;
            invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor.retryOperation:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;Lcom/mongodb/async/SingleResultCallback;)V
         6: .line 167
            goto 8
         7: .line 168
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.operation.AsyncChangeStreamBatchCursor$4.val$callback:Lcom/mongodb/async/SingleResultCallback;
            aconst_null
            aload 2 /* t */
            invokeinterface com.mongodb.async.SingleResultCallback.onResult:(Ljava/lang/Object;Ljava/lang/Throwable;)V
         8: .line 170
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable t
        end local 1 // java.util.List result
        end local 0 // com.mongodb.operation.AsyncChangeStreamBatchCursor$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$4;
            0    9     1  result  Ljava/util/List<Lorg/bson/RawBsonDocument;>;
            0    9     2       t  Ljava/lang/Throwable;
    Signature: (Ljava/util/List<Lorg/bson/RawBsonDocument;>;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: .line 1
            aload 0
            aload 1
            checkcast java.util.List
            aload 2
            invokevirtual com.mongodb.operation.AsyncChangeStreamBatchCursor$4.onResult:(Ljava/util/List;Ljava/lang/Throwable;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/mongodb/async/SingleResultCallback<Ljava/util/List<Lorg/bson/RawBsonDocument;>;>;
SourceFile: "AsyncChangeStreamBatchCursor.java"
EnclosingMethod: com.mongodb.operation.AsyncChangeStreamBatchCursor.resumeableOperation:(Lcom/mongodb/operation/AsyncChangeStreamBatchCursor$AsyncBlock;Lcom/mongodb/async/SingleResultCallback;)V
NestHost: com.mongodb.operation.AsyncChangeStreamBatchCursor
InnerClasses:
  com.mongodb.operation.AsyncChangeStreamBatchCursor$4
  private abstract AsyncBlock = com.mongodb.operation.AsyncChangeStreamBatchCursor$AsyncBlock of com.mongodb.operation.AsyncChangeStreamBatchCursor