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.
DestinationFactory(delegate: DestinationFactory) |
static val __TYPE_ARG: TypeArg<DestinationFactory> |
open fun create(vertx: Vertx, name: String): Destination
Creates a destination for the given address. |
|
open fun equals(other: Any?): Boolean |
|
open fun getDelegate(): DestinationFactory |
|
open fun hashCode(): Int |
|
open static fun newInstance(arg: DestinationFactory): DestinationFactory |
|
open fun toString(): String |