public interface com.mongodb.async.AsyncAggregateResponseBatchCursor<T> extends com.mongodb.async.AsyncBatchCursor<T>
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.mongodb.async.AsyncAggregateResponseBatchCursor
super_class: java.lang.Object
{
public abstract org.bson.BsonDocument getPostBatchResumeToken();
descriptor: ()Lorg/bson/BsonDocument;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract org.bson.BsonTimestamp getOperationTime();
descriptor: ()Lorg/bson/BsonTimestamp;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isFirstBatchEmpty();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lcom/mongodb/async/AsyncBatchCursor<TT;>;
SourceFile: "AsyncAggregateResponseBatchCursor.java"
RuntimeVisibleAnnotations:
java.lang.Deprecated()