public interface io.vertx.ext.mail.MailService extends io.vertx.ext.mail.MailClient
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.vertx.ext.mail.MailService
  super_class: java.lang.Object
{
  public static io.vertx.ext.mail.MailService createEventBusProxy(io.vertx.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/core/Vertx;Ljava/lang/String;)Lio/vertx/ext/mail/MailService;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.Vertx vertx
        start local 1 // java.lang.String address
         0: .line 43
            ldc Lio/vertx/ext/mail/MailService;
            aload 0 /* vertx */
            aload 1 /* address */
            invokestatic io.vertx.serviceproxy.ProxyHelper.createProxy:(Ljava/lang/Class;Lio/vertx/core/Vertx;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.vertx.ext.mail.MailService
            areturn
        end local 1 // java.lang.String address
        end local 0 // io.vertx.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0    vertx  Lio/vertx/core/Vertx;
            0    1     1  address  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      vertx    
      address  

  public abstract io.vertx.ext.mail.MailService sendMail(io.vertx.ext.mail.MailMessage, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.mail.MailResult>>);
    descriptor: (Lio/vertx/ext/mail/MailMessage;Lio/vertx/core/Handler;)Lio/vertx/ext/mail/MailService;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lio/vertx/ext/mail/MailMessage;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/mail/MailResult;>;>;)Lio/vertx/ext/mail/MailService;
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.Fluent()
    MethodParameters:
               Name  Flags
      email          
      resultHandler  

  public abstract void close();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.ProxyIgnore()

  public io.vertx.ext.mail.MailClient sendMail(io.vertx.ext.mail.MailMessage, io.vertx.core.Handler);
    descriptor: (Lio/vertx/ext/mail/MailMessage;Lio/vertx/core/Handler;)Lio/vertx/ext/mail/MailClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokeinterface io.vertx.ext.mail.MailService.sendMail:(Lio/vertx/ext/mail/MailMessage;Lio/vertx/core/Handler;)Lio/vertx/ext/mail/MailService;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MailService.java"
    RuntimeVisibleAnnotations: 
      io.vertx.codegen.annotations.ProxyGen()
      io.vertx.codegen.annotations.VertxGen()