vertx / io.vertx.reactivex.ext.mail / MailService

MailService

open class MailService : MailClient

NOTE: This class has been automatically generated from the io.vertx.ext.mail.MailService non RX-ified interface using Vert.x codegen.

Constructors

<init>

MailService(delegate: MailService)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<MailService>

Functions

close

open fun close(): Unit

createEventBusProxy

open static fun createEventBusProxy(vertx: Vertx, address: String): MailService

create a proxy of MailService that delegates to the mail service running somewhere else via the event bus

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): MailService

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: MailService): MailService

rxSendMail

open fun rxSendMail(email: MailMessage): Single<MailResult>

sendMail

open fun sendMail(email: MailMessage, resultHandler: Handler<AsyncResult<MailResult>>): MailService

toString

open fun toString(): String