final class com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext extends com.mongodb.internal.session.ClientSessionContext implements com.mongodb.session.SessionContext
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext
  super_class: com.mongodb.internal.session.ClientSessionContext
{
  private final com.mongodb.async.client.ClientSession clientSession;
    descriptor: Lcom/mongodb/async/client/ClientSession;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  final com.mongodb.async.client.ClientSessionBinding this$0;
    descriptor: Lcom/mongodb/async/client/ClientSessionBinding;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.mongodb.async.client.ClientSessionBinding, com.mongodb.async.client.ClientSession);
    descriptor: (Lcom/mongodb/async/client/ClientSessionBinding;Lcom/mongodb/async/client/ClientSession;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
        start local 2 // com.mongodb.async.client.ClientSession clientSession
         0: .line 198
            aload 0 /* this */
            aload 1
            putfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.this$0:Lcom/mongodb/async/client/ClientSessionBinding;
         1: .line 199
            aload 0 /* this */
            aload 2 /* clientSession */
            invokespecial com.mongodb.internal.session.ClientSessionContext.<init>:(Lcom/mongodb/session/ClientSession;)V
         2: .line 200
            aload 0 /* this */
            aload 2 /* clientSession */
            putfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.clientSession:Lcom/mongodb/async/client/ClientSession;
         3: .line 201
            return
        end local 2 // com.mongodb.async.client.ClientSession clientSession
        end local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lcom/mongodb/async/client/ClientSessionBinding$AsyncClientSessionContext;
            0    4     2  clientSession  Lcom/mongodb/async/client/ClientSession;
    MethodParameters:
               Name  Flags
      this$0         final
      clientSession  final

  public boolean isImplicitSession();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
         0: .line 206
            aload 0 /* this */
            getfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.this$0:Lcom/mongodb/async/client/ClientSessionBinding;
            getfield com.mongodb.async.client.ClientSessionBinding.ownsSession:Z
            ireturn
        end local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/ClientSessionBinding$AsyncClientSessionContext;

  public boolean notifyMessageSent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
         0: .line 211
            aload 0 /* this */
            getfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.clientSession:Lcom/mongodb/async/client/ClientSession;
            invokeinterface com.mongodb.async.client.ClientSession.notifyMessageSent:()Z
            ireturn
        end local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/ClientSessionBinding$AsyncClientSessionContext;

  public boolean hasActiveTransaction();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
         0: .line 216
            aload 0 /* this */
            getfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.clientSession:Lcom/mongodb/async/client/ClientSession;
            invokeinterface com.mongodb.async.client.ClientSession.hasActiveTransaction:()Z
            ireturn
        end local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/mongodb/async/client/ClientSessionBinding$AsyncClientSessionContext;

  public com.mongodb.ReadConcern getReadConcern();
    descriptor: ()Lcom/mongodb/ReadConcern;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
         0: .line 221
            aload 0 /* this */
            getfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.clientSession:Lcom/mongodb/async/client/ClientSession;
            invokeinterface com.mongodb.async.client.ClientSession.hasActiveTransaction:()Z
            ifeq 2
         1: .line 222
            aload 0 /* this */
            getfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.clientSession:Lcom/mongodb/async/client/ClientSession;
            invokeinterface com.mongodb.async.client.ClientSession.getTransactionOptions:()Lcom/mongodb/TransactionOptions;
            invokevirtual com.mongodb.TransactionOptions.getReadConcern:()Lcom/mongodb/ReadConcern;
            areturn
         2: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext.this$0:Lcom/mongodb/async/client/ClientSessionBinding;
            getfield com.mongodb.async.client.ClientSessionBinding.wrapped:Lcom/mongodb/internal/binding/AsyncClusterAwareReadWriteBinding;
            invokeinterface com.mongodb.internal.binding.AsyncClusterAwareReadWriteBinding.getSessionContext:()Lcom/mongodb/session/SessionContext;
            invokeinterface com.mongodb.session.SessionContext.getReadConcern:()Lcom/mongodb/ReadConcern;
            areturn
        end local 0 // com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/mongodb/async/client/ClientSessionBinding$AsyncClientSessionContext;
}
SourceFile: "ClientSessionBinding.java"
NestHost: com.mongodb.async.client.ClientSessionBinding
InnerClasses:
  private final AsyncClientSessionContext = com.mongodb.async.client.ClientSessionBinding$AsyncClientSessionContext of com.mongodb.async.client.ClientSessionBinding