public class io.ebeanservice.docstore.api.support.DocStoreDeleteEvent implements io.ebeanservice.docstore.api.DocStoreUpdate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.ebeanservice.docstore.api.support.DocStoreDeleteEvent
  super_class: java.lang.Object
{
  private final io.ebean.plugin.BeanType<?> beanType;
    descriptor: Lio/ebean/plugin/BeanType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/ebean/plugin/BeanType<*>;

  private final java.lang.Object idValue;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.ebean.plugin.BeanType<?>, );
    descriptor: (Lio/ebean/plugin/BeanType;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.ebeanservice.docstore.api.support.DocStoreDeleteEvent this
        start local 1 // io.ebean.plugin.BeanType beanType
        start local 2 // java.lang.Object idValue
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 20
            aload 0 /* this */
            aload 1 /* beanType */
            putfield io.ebeanservice.docstore.api.support.DocStoreDeleteEvent.beanType:Lio/ebean/plugin/BeanType;
         2: .line 21
            aload 0 /* this */
            aload 2 /* idValue */
            putfield io.ebeanservice.docstore.api.support.DocStoreDeleteEvent.idValue:Ljava/lang/Object;
         3: .line 22
            return
        end local 2 // java.lang.Object idValue
        end local 1 // io.ebean.plugin.BeanType beanType
        end local 0 // io.ebeanservice.docstore.api.support.DocStoreDeleteEvent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/ebeanservice/docstore/api/support/DocStoreDeleteEvent;
            0    4     1  beanType  Lio/ebean/plugin/BeanType<*>;
            0    4     2   idValue  Ljava/lang/Object;
    Signature: (Lio/ebean/plugin/BeanType<*>;Ljava/lang/Object;)V
    MethodParameters:
          Name  Flags
      beanType  
      idValue   

  public void docStoreUpdate(io.ebeanservice.docstore.api.DocStoreUpdateContext);
    descriptor: (Lio/ebeanservice/docstore/api/DocStoreUpdateContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeanservice.docstore.api.support.DocStoreDeleteEvent this
        start local 1 // io.ebeanservice.docstore.api.DocStoreUpdateContext txn
         0: .line 29
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.support.DocStoreDeleteEvent.beanType:Lio/ebean/plugin/BeanType;
            invokeinterface io.ebean.plugin.BeanType.docStore:()Lio/ebean/plugin/BeanDocType;
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.support.DocStoreDeleteEvent.idValue:Ljava/lang/Object;
            aload 1 /* txn */
            invokeinterface io.ebean.plugin.BeanDocType.deleteById:(Ljava/lang/Object;Lio/ebean/docstore/DocUpdateContext;)V
         1: .line 30
            return
        end local 1 // io.ebeanservice.docstore.api.DocStoreUpdateContext txn
        end local 0 // io.ebeanservice.docstore.api.support.DocStoreDeleteEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/ebeanservice/docstore/api/support/DocStoreDeleteEvent;
            0    2     1   txn  Lio/ebeanservice/docstore/api/DocStoreUpdateContext;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      txn   

  public void addToQueue(io.ebeanservice.docstore.api.DocStoreUpdates);
    descriptor: (Lio/ebeanservice/docstore/api/DocStoreUpdates;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.ebeanservice.docstore.api.support.DocStoreDeleteEvent this
        start local 1 // io.ebeanservice.docstore.api.DocStoreUpdates docStoreUpdates
         0: .line 37
            aload 1 /* docStoreUpdates */
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.support.DocStoreDeleteEvent.beanType:Lio/ebean/plugin/BeanType;
            invokeinterface io.ebean.plugin.BeanType.getDocStoreQueueId:()Ljava/lang/String;
            aload 0 /* this */
            getfield io.ebeanservice.docstore.api.support.DocStoreDeleteEvent.idValue:Ljava/lang/Object;
            invokevirtual io.ebeanservice.docstore.api.DocStoreUpdates.queueDelete:(Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 38
            return
        end local 1 // io.ebeanservice.docstore.api.DocStoreUpdates docStoreUpdates
        end local 0 // io.ebeanservice.docstore.api.support.DocStoreDeleteEvent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/ebeanservice/docstore/api/support/DocStoreDeleteEvent;
            0    2     1  docStoreUpdates  Lio/ebeanservice/docstore/api/DocStoreUpdates;
    MethodParameters:
                 Name  Flags
      docStoreUpdates  
}
SourceFile: "DocStoreDeleteEvent.java"