vertx / io.vertx.rxjava.ext.stomp / DestinationFactory

DestinationFactory

open class DestinationFactory

Interface implemented to customize the destination creation. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.DestinationFactory non RX-ified interface using Vert.x codegen.

Constructors

<init>

DestinationFactory(delegate: DestinationFactory)

Properties

__TYPE_ARG

static val __TYPE_ARG: TypeArg<DestinationFactory>

Functions

create

open fun create(vertx: Vertx, name: String): Destination

Creates a destination for the given address.

equals

open fun equals(other: Any?): Boolean

getDelegate

open fun getDelegate(): DestinationFactory

hashCode

open fun hashCode(): Int

newInstance

open static fun newInstance(arg: DestinationFactory): DestinationFactory

toString

open fun toString(): String